Browse Source

ui consistency tweak

fix-133-memory-crash
Dan Janosik 6 years ago
parent
commit
b8a3ae5c13
  1. 2
      views/includes/blocks-list.pug

2
views/includes/blocks-list.pug

@ -7,7 +7,7 @@ table(class="table table-striped table-responsive-sm")
th(class="data-header text-right") Age th(class="data-header text-right") Age
th(class="data-header") Miner th(class="data-header") Miner
th(class="data-header text-right") Transactions th(class="data-header text-right") Transactions
th(class="data-header text-right") Avg Fee th(class="data-header text-right") Average Fee
th(class="data-header text-right") Size (bytes) th(class="data-header text-right") Size (bytes)
tbody tbody
each block, blockIndex in blocks each block, blockIndex in blocks

Loading…
Cancel
Save