diff --git a/views/includes/blocks-list.pug b/views/includes/blocks-list.pug index 2472808..602d30e 100644 --- a/views/includes/blocks-list.pug +++ b/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")}