Dan Janosik
5 years ago
No known key found for this signature in database
GPG Key ID: C6F8CE9FFDB2CED2
1 changed files with
3 additions and
8 deletions
-
views/includes/block-content.pug
|
|
@ -172,16 +172,11 @@ div.tab-content |
|
|
|
div.row |
|
|
|
div.summary-split-table-label Miner |
|
|
|
div.summary-split-table-content.text-monospace.mb-0 |
|
|
|
if (result.getblock.miner) |
|
|
|
if (result.getblock.miner.identifiedBy) |
|
|
|
small.data-tag.bg-primary(data-toggle="tooltip", title=("Identified by: " + result.getblock.miner.identifiedBy)) #{result.getblock.miner.name} |
|
|
|
if (result.getblock.miner.identifiedBy) |
|
|
|
small.data-tag.bg-primary(data-toggle="tooltip", title=("Identified by: " + result.getblock.miner.identifiedBy)) #{result.getblock.miner.name} |
|
|
|
|
|
|
|
else |
|
|
|
small.data-tag.bg-primary #{result.getblock.miner.name} |
|
|
|
else |
|
|
|
span ? |
|
|
|
span(data-toggle="tooltip", title="Unable to identify miner") |
|
|
|
i.fas.fa-info-circle |
|
|
|
small.data-tag.bg-primary #{result.getblock.miner.name} |
|
|
|
|
|
|
|
div.row |
|
|
|
div(class=sumTableLabelClass) Confirmations |
|
|
|