From 1b38bc50d0fa6f982460f87550edc5a909b6a3fe Mon Sep 17 00:00:00 2001 From: coldstar Date: Wed, 26 May 2021 00:21:22 -0700 Subject: [PATCH] 05/26/2021 12:21:22 AM MST --- views/address.pug | 2 +- views/includes/block-content.pug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/address.pug b/views/address.pug index fe3865f..836a5bf 100644 --- a/views/address.pug +++ b/views/address.pug @@ -11,7 +11,7 @@ block content table(class="table") tr - th(class="table-active properties-header") Balance (including unconfirmed) + th(class="table-active properties-header") Balance td(class="monospace") #{balance} tr th(class="table-active properties-header") Recieved diff --git a/views/includes/block-content.pug b/views/includes/block-content.pug index 10a18df..00266be 100755 --- a/views/includes/block-content.pug +++ b/views/includes/block-content.pug @@ -149,7 +149,7 @@ div(class="tab-content") if (vout.scriptPubKey && vout.scriptPubKey.addresses) //span(class="monospace") #{vout.scriptPubKey.addresses[0]} span(class="monospace") - a(href=("/address/" + vout.scriptPubKey.addresses[0])) + a(href=("/address/" + vout.scriptPubKey.addresses[0])) #{vout.scriptPubKey.addresses[0]} br span(class="monospace text-muted") via tx a(href=("/tx/" + txInput.txid + "#output-" + tx.vin[txInputIndex].vout), class="monospace") #{txInput.txid.substring(0, 14)}..., Output ##{tx.vin[txInputIndex].vout + 1}