From ccde4376a3add6d9cbc6b595544db0749574fa22 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Sat, 27 Apr 2019 13:52:57 -0400 Subject: [PATCH] tweak address trust notes --- views/address.pug | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/views/address.pug b/views/address.pug index 2288170..b38a797 100644 --- a/views/address.pug +++ b/views/address.pug @@ -98,6 +98,8 @@ block content div(class="card mb-3 shadow-sm") div(class="card-header") span(class="h6") Summary + if (config.addressApi) + small.text-muted.border-dotted.ml-2(title=`Some details for this address were queried from ${config.addressApi}` data-toggle="tooltip") Trust Note div(class="card-body") div(class="row") div(class="col-md-6") @@ -248,9 +250,9 @@ block content if (config.addressApi) if (config.addressApi == "electrumx") - small.text-muted.border-dotted.ml-2(title=`The list of transaction IDs for this address and the address balance were queried from ElectrumX (using the configured server(s))` data-toggle="tooltip") Trust Note + small.text-muted.border-dotted.ml-2(title=`The list of transaction IDs for this address was queried from ElectrumX (using the configured server(s))` data-toggle="tooltip") Trust Note else - small.text-muted.border-dotted.ml-2(title=`The list of transaction IDs for this address and the address balance were queried from ${config.addressApi}` data-toggle="tooltip") Trust Note + small.text-muted.border-dotted.ml-2(title=`The list of transaction IDs for this address was queried from ${config.addressApi}` data-toggle="tooltip") Trust Note if (!crawlerBot && txids && txids.length > 1 && addressApiSupport.sortDesc && addressApiSupport.sortAsc)