From 5b41ecf6e5e1cbb35d51bd1b7e206542c5605b30 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 Mar 2020 23:03:46 +0900 Subject: [PATCH] Remove more instances of # before block height number --- frontend/src/app/components/block/block.component.html | 4 ++-- .../app/components/latest-blocks/latest-blocks.component.html | 2 +- .../src/app/components/transaction/transaction.component.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/components/block/block.component.html b/frontend/src/app/components/block/block.component.html index 178fc19b6..89b1769e6 100644 --- a/frontend/src/app/components/block/block.component.html +++ b/frontend/src/app/components/block/block.component.html @@ -5,7 +5,7 @@
-

Block #{{ blockHeight }}

+

Block {{ blockHeight }}

@@ -167,4 +167,4 @@ -
\ No newline at end of file +
diff --git a/frontend/src/app/components/latest-blocks/latest-blocks.component.html b/frontend/src/app/components/latest-blocks/latest-blocks.component.html index 5b4d7b5c2..7061f8dda 100644 --- a/frontend/src/app/components/latest-blocks/latest-blocks.component.html +++ b/frontend/src/app/components/latest-blocks/latest-blocks.component.html @@ -8,7 +8,7 @@ - #{{ block.height }} + {{ block.height }} {{ block.timestamp * 1000 | date:'yyyy-MM-dd HH:mm' }} ago {{ block.tx_count }} diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index 409a19e6e..0d2852cc0 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -38,7 +38,7 @@ Included in block - #{{ tx.status.block_height }} + {{ tx.status.block_height }}
 at {{ tx.status.block_time * 1000 | date:'yyyy-MM-dd HH:mm' }}
 ( ago)