better function name
This commit is contained in:
parent
7dd54976a5
commit
6facb74886
4 changed files with 9 additions and 4 deletions
|
|
@ -120,7 +120,8 @@
|
|||
</a>
|
||||
</div>
|
||||
<div class="right">
|
||||
<a class="button-setup text-gray" href="https://copay.io/profile-storage">
|
||||
<a class="button-setup text-gray"
|
||||
ng-click="openExternalLink('https://copay.io/profile-storage.html')">
|
||||
Learn more about this option
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
|
||||
<div class="m10t oh">
|
||||
<a class="right button-setup"
|
||||
ng-click="go('http://' + getShortNetworkName() + '.insight.is/tx/' + btx.txid)">
|
||||
ng-click="openExternalLink('http://' + getShortNetworkName() + '.insight.is/tx/' + btx.txid)">
|
||||
See it on the blockchain <i class="icon-arrow-right2 vm"></i>
|
||||
</a>
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue