Browse Source

styling consistency

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
30d01a9a1a
  1. 1
      views/transaction.pug

1
views/transaction.pug

@ -68,6 +68,7 @@ block content
if (result.getblock)
a(href=("/block/" + result.getrawtransaction.blockhash)) #{result.getrawtransaction.blockhash}
if (result.getblock.height)
br
span(class="text-muted") (#{result.getblock.height.toLocaleString()})
else
span N/A

Loading…
Cancel
Save