Added link to blockchain after sent a txp

This commit is contained in:
Gustavo Maximiliano Cortez 2015-02-12 12:14:37 -03:00
commit 9854ca1464
3 changed files with 59 additions and 34 deletions

View file

@ -73,7 +73,7 @@
<small class="ellipsis text-gray m10v" ng-if="btx.txid" > ID: {{btx.txid}} </small>
<div class="oh">
<a class="button-setup right" ng-click="$root.openExternalLink('http://' + getShortNetworkName() + '.insight.is/tx/' + btx.txid)" ng-if="btx.txid">
<a class="button outline light-gray tiny right" ng-click="$root.openExternalLink('http://' + getShortNetworkName() + '.insight.is/tx/' + btx.txid)" ng-if="btx.txid">
See it on the blockchain <i class="icon-arrow-right2 vm"></i>
</a>
</div>