Browse Source
tx page tweak: show block height only, not hash
master
Dan Janosik
5 years ago
No known key found for this signature in database
GPG Key ID: C6F8CE9FFDB2CED2
1 changed files with
1 additions and
4 deletions
-
views/transaction.pug
|
|
@ -104,10 +104,7 @@ block content |
|
|
|
div.row |
|
|
|
div.summary-table-label Block |
|
|
|
div.summary-table-content.text-monospace |
|
|
|
a(href=("/block/" + result.getrawtransaction.blockhash)) #{result.getrawtransaction.blockhash} |
|
|
|
if (result.getblock.height) |
|
|
|
br |
|
|
|
span (##{result.getblock.height.toLocaleString()}) |
|
|
|
a(href=("/block/" + result.getrawtransaction.blockhash)) ##{result.getblock.height.toLocaleString()} |
|
|
|
|
|
|
|
if (isTxConfirmed) |
|
|
|
div.row |
|
|
|