removed txid from view

This commit is contained in:
Ivan Socolsky 2014-10-23 12:37:34 -03:00 committed by Matias Alejo Garcia
commit 52c913b89e

View file

@ -34,8 +34,8 @@
<div class="last-transactions-header size-14"> <div class="last-transactions-header size-14">
<div class="row collapse"> <div class="row collapse">
<div class="large-8 medium-7 small-4 columns ellipsis"> <div class="large-8 medium-7 small-4 columns ellipsis">
<a href="http://{{getShortNetworkName()}}.insight.is/tx/{{btx.txid}}" target="_blank"> <a href="http://{{getShortNetworkName()}}.insight.is/tx/{{btx.txid}}" target="_blank" translate>
{{btx.txid}} Show more
</a> </a>
<span class="btn-copy" clip-copy="btx.txid"></span> <span class="btn-copy" clip-copy="btx.txid"></span>
</div> </div>