From 7bd1d8cb66fb46da3ddc56c88d6d5d77df3514d8 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Tue, 12 Jun 2018 15:21:05 +0100 Subject: [PATCH] minor style tweak --- views/transaction.pug | 1 + 1 file changed, 1 insertion(+) diff --git a/views/transaction.pug b/views/transaction.pug index d249d12..35f72d8 100644 --- a/views/transaction.pug +++ b/views/transaction.pug @@ -144,6 +144,7 @@ block content - var currencyValue = new Decimal(totalInputValue).minus(totalOutputValue); include includes/value-display.pug + br span(class="text-muted") (#{utils.formatCurrencyAmount(totalInputValue, currencyFormatType)} - #{utils.formatCurrencyAmount(totalOutputValue, currencyFormatType)}) br span ~#{utils.addThousandsSeparators(new DecimalRounded(totalInputValue).minus(totalOutputValue).dividedBy(result.getrawtransaction.size).times(100000000))} sat/B