Merge pull request #440 from cmgustavo/bug/copy-script

Fixed copy value for scriptPubKey on tx list
This commit is contained in:
Matias Alejo Garcia 2014-03-31 15:33:15 -03:00
commit b482e4d021

View File

@ -161,7 +161,7 @@
<div class="small">
<p><strong>scriptPubKey</strong></p>
<span class="col-md-11 text-muted ellipsis">{{vout.scriptPubKey.asm}}</span>
<span class="btn-copy col-md-1" clip-copy="tx.txid"></span>
<span class="btn-copy col-md-1" clip-copy="vout.scriptPubKey.asm"></span>
</div>
</div>
</div>