Browse Source

cleanup

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
1b8202decc
  1. 1
      views/includes/blocks-list.pug

1
views/includes/blocks-list.pug

@ -16,7 +16,6 @@ table(class="table table-striped table-responsive-sm")
each block, blockIndex in blocks
if (block)
tr
//th #{(blockIndex + blockOffset + 1).toLocaleString()}
td(class="data-cell monospace")
a(href=("/block-height/" + block.height)) #{block.height.toLocaleString()}
td(class="data-cell monospace") #{moment.utc(new Date(parseInt(block.time) * 1000)).format("Y-MM-DD HH:mm:ss")}

Loading…
Cancel
Save