Skip to content

Commit

Permalink
Force slightly nicer spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmacleod committed Apr 5, 2020
1 parent 19aaf4d commit 8c28ab1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions views/includes/blocks-list.pug
Expand Up @@ -21,6 +21,13 @@ div.table-responsive
th.data-header.text-right
span.border-dotted(title="The total output of all transactions in each block.", data-toggle="tooltip") Volume

th
th
th
th
th
th

//-th.data-header.text-right
//-span.border-dotted(title="The average fee (sat/vB) for all block transactions.", data-toggle="tooltip") Avg Fee
//-th.data-header.text-right Σ Fees
Expand Down Expand Up @@ -112,6 +119,7 @@ div.table-responsive

td.data-cell.text-monospace.text-right #{block.tx.length.toLocaleString()}


if (blockstatsByHeight)
td.data-cell.text-monospace.text-right
if (blockstatsByHeight[block.height])
Expand All @@ -122,6 +130,13 @@ div.table-responsive
else
span 0

td.data-cell
td.data-cell
td.data-cell
td.data-cell
td.data-cell
td.data-cell

//-td.data-cell.text-monospace.text-right
//-- var currencyValue = new Decimal(block.totalFees).dividedBy(block.strippedsize).times(coinConfig.baseCurrencyUnit.multiplier).toDecimalPlaces(1);
//-span #{currencyValue}
Expand Down

0 comments on commit 8c28ab1

Please sign in to comment.