Add link to block from tx detail in explorer
This commit is contained in:
parent
a3beb7ccf6
commit
9eac099e64
@ -19,7 +19,7 @@
|
|||||||
{{if $tx.Confirmations}}
|
{{if $tx.Confirmations}}
|
||||||
<tr>
|
<tr>
|
||||||
<td>In Block Height</td>
|
<td>In Block Height</td>
|
||||||
<td class="data">{{$tx.Blockheight}}</td>
|
<td class="data"><a href="/block/{{$tx.Blockheight}}">{{$tx.Blockheight}}</a></td>
|
||||||
</tr>{{end}}
|
</tr>{{end}}
|
||||||
<tr>
|
<tr>
|
||||||
<td>Total Input</td>
|
<td>Total Input</td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user