Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
janoside committed Aug 9, 2021
1 parent 748e0e4 commit a32d68f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/includes/blocks-list.pug
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

td.text-end
if (global.specialBlocks && global.specialBlocks[block.hash])
a(data-bs-toggle="tooltip", title=`<b>${coinConfig.name} Fun!</b><br/>There's something special about this block...<br/>Click to read more.`, data-bs-html="true")
a(data-bs-toggle="tooltip", title=`${coinConfig.name} Fun! There's something special about this block`)
span.me-2
+funItemIcon

Expand Down
2 changes: 1 addition & 1 deletion views/includes/shared-mixins.pug
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ mixin txList(visibleTxs, txCount, limit, offset, inputsByTxid, options={})
a.d-none.d-lg-inline(href=`./tx/${tx.txid}${tx_height_param}`) #{utils.ellipsizeMiddle(tx.txid, 48)}

if (global.specialTransactions && global.specialTransactions[tx.txid])
a.ms-2(data-bs-toggle="tooltip", title=`<b>${coinConfig.name} Fun!</b><br/>There's something special about this transaction...<br/>Click to read more.`, data-bs-html="true")
a.ms-2(data-bs-toggle="tooltip", title=`${coinConfig.name} Fun! There's something special about this transaction`)
+funItemIcon


Expand Down

0 comments on commit a32d68f

Please sign in to comment.