Browse Source

Add line break in transaction list

If more than one transaction exists for that transaction, they was printed as long concatenated string.
master
R4SAS 4 years ago committed by GitHub
parent
commit
5d43b0270d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      views/transaction.pug

1
views/transaction.pug

@ -56,3 +56,4 @@ block content @@ -56,3 +56,4 @@ block content
td
each transaction in vout.Transactions
a(href=`/transaction/${transaction.txid}/`) #{transaction.txid}
br

Loading…
Cancel
Save