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}