Skip to content

Commit

Permalink
ui consistency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janoside committed Dec 8, 2021
1 parent d1838af commit b826e94
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions views/block-analysis.pug
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,9 @@ block headContent
block content


.mb-3
.clearfix
.float-start
if (result.getblock)
a.btn.btn-sm.btn-primary.ms-2(href=`./block/${result.getblock.hash}`) « Block Details

.float-end

hr


+pageTitle("Block Analysis", result.getblock.hash, true)
+pageTitle(`Block Analysis`, result.getblock.hash, true)
if (result.getblock)
a.btn.btn-sm.btn-primary.ms-2(href=`./block/${result.getblock.hash}`) « Back to Block


if (block && (!block.tx || block.tx.length == 0) && global.prunedBlockchain)
Expand Down

0 comments on commit b826e94

Please sign in to comment.