Add link to block from tx detail in explorer

This commit is contained in:
Martin Boehm 2018-10-17 11:07:32 +02:00
parent a3beb7ccf6
commit 9eac099e64

View File

@ -19,7 +19,7 @@
{{if $tx.Confirmations}}
<tr>
<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>
<td>Total Input</td>