|
@ -68,6 +68,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) |
|
|
|
|
|
br |
|
|
span(class="text-muted") (#{result.getblock.height.toLocaleString()}) |
|
|
span(class="text-muted") (#{result.getblock.height.toLocaleString()}) |
|
|
else |
|
|
else |
|
|
span N/A |
|
|
span N/A |
|
|