Merge pull request #51 from gabrielbazan7/fix/txDetails

fix transations details note and external link
This commit is contained in:
Matias Alejo Garcia 2016-09-02 15:01:10 -03:00 committed by GitHub
commit 3ee06cdab9
3 changed files with 15 additions and 6 deletions

View file

@ -149,7 +149,7 @@
<div ng-show="btx.txid" class="tx-details-blockchain">
<div class="text-center m20t">
<button class="button button-positive" ng-click="$root.openExternalLink('https://' +
<button class="button button-positive" ng-click="openExternalLink('https://' +
(getShortNetworkName() == 'test' ? 'test-' : '') + 'insight.bitpay.com/tx/' + btx.txid)">
<span class="text-gray" translate>See it on the blockchain</span>
</button>