txpages:w subtitle for details of transaction

This commit is contained in:
Gustavo Cortez 2014-02-24 14:50:59 -03:00
parent b86f199c56
commit 4b100f0026
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
</small>
</h1>
<div class="well well-sm ellipsis">
<strong>ID</strong>
<span class="txid text-muted">{{tx.txid}}</span>
<span class="btn-copy" clip-copy="tx.txid"></span>
</div>
@ -36,6 +37,7 @@
</tr>
</tbody>
</table>
<h2>Details</h2>
<div class="block-tx ng-cloak" data-ng-cloak data-ng-if="tx.txid">
<div data-ng-include src="'/views/transaction/tx.html'"></div>
</div>