Browse Source

display consistency

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

2
views/transaction.pug

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

Loading…
Cancel
Save