From 4656dd0daa218244958952c942a866c49285bf68 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Sun, 30 Jun 2019 10:54:16 +0000 Subject: [PATCH] remove spacers on index --- views/index.pug | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/views/index.pug b/views/index.pug index 56cf772..060c7fb 100644 --- a/views/index.pug +++ b/views/index.pug @@ -17,9 +17,9 @@ block content b Hash each block in blocks tr - td #{block.height} - - td #{block.ago} - - td #{block.difficulty} - - td #{block.hashrate} - + td #{block.height} + td #{block.ago} + td #{block.difficulty} + td #{block.hashrate} td a(href='/block/' + block.hash + '/') #{block.hash}