Browse Source

remove spacers on index

master
R4SAS 5 years ago committed by R4SAS
parent
commit
4656dd0daa
  1. 8
      views/index.pug

8
views/index.pug

@ -17,9 +17,9 @@ block content @@ -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}

Loading…
Cancel
Save