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