Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantamis committed Jul 30, 2021
1 parent 5ecf702 commit 33bbc45
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions views/includes/transaction-io-details.pug
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,9 @@ mixin asciiHexDataDisplay(dataName, uniqueId, hex)

if (vout.scriptPubKey)
if (voutAddresses.length > 0)
if (true)
.mb-1
+darkBadge
span(title=`Output Type: ${utils.outputTypeName(vout.scriptPubKey.type)}`, data-bs-toggle="tooltip") #{utils.outputTypeAbbreviation(vout.scriptPubKey.type)}
.mb-1
+darkBadge
span(title=`Output Type: ${utils.outputTypeName(vout.scriptPubKey.type)}`, data-bs-toggle="tooltip") #{utils.outputTypeAbbreviation(vout.scriptPubKey.type)}
if (spendings)
- var spending_txid = spendings[voutIndex].spender_txhash;
small.text-muted
Expand All @@ -239,7 +238,7 @@ mixin asciiHexDataDisplay(dataName, uniqueId, hex)
else if (spendings[voutIndex].spender_height == spendings[voutIndex].height)
span in the same block

each addr in voutAddresses
each addr in voutAddresses
a(id=`output-${voutIndex}`, href=`./address/${addr}`)
span.font-monospace.word-wrap(class=(highlightRow ? "text-info" : null)) #{addr}

Expand Down

0 comments on commit 33bbc45

Please sign in to comment.