From 1b8202deccf80f7651e2aa5163815d9a78562e63 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Wed, 1 Aug 2018 13:45:45 -0400 Subject: [PATCH] cleanup --- views/includes/blocks-list.pug | 1 - 1 file changed, 1 deletion(-) 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")}