commit
437cd3429e
8 changed files with 24 additions and 19 deletions
|
|
@ -121,7 +121,7 @@
|
|||
</div>
|
||||
<div class="right">
|
||||
<a class="button-setup text-gray"
|
||||
ng-click="openExternalLink('https://copay.io/profile-storage.html')">
|
||||
ng-click="$root.openExternalLink('https://copay.io/profile-storage.html')">
|
||||
Learn more about this option
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -35,13 +35,20 @@
|
|||
<i class="icon-download size-18 m10r"></i> {{'Import wallet'|translate}}</a></li>
|
||||
<li class="divider"></li>
|
||||
<li><a href="#!/profile" title="Profile">
|
||||
<i class="icon-person size-18 m10r"></i> {{'Profile'|translate}}<span class="size-10 text-warning" ng-if="!$root.needsEmailConfirmation && $root.iden.backupNeeded"> [ Needs Backup ]</span></a>
|
||||
<i class="icon-person size-18 m10r"></i> {{'My Profile'|translate}}<span class="size-10 text-warning" ng-if="!$root.needsEmailConfirmation && $root.iden.backupNeeded"> [ Needs Backup ]</span></a>
|
||||
</li>
|
||||
<li><a href="#!/" title="Close" ng-click="signout()">
|
||||
<span ng-if="!$root.hasPin"><i class="icon-power size-18 m10r"></i> {{'Close'|translate}}</span>
|
||||
<span ng-if="$root.hasPin"><i class="fi-lock size-18 m10r"></i> {{'Lock'|translate}}</span>
|
||||
</a></li>
|
||||
|
||||
<li class="divider"></li>
|
||||
<li><a ng-click="$root.openExternalLink('https://github.com/bitpay/copay/issues/new')">
|
||||
<i class="fi-comment-quotes size-18 m10r"></i> {{'Leave feedback'|translate}}
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
</div>
|
||||
<p class="text-black m5">{{$root.iden.getName()}}</p>
|
||||
<span class="db text-gray size-10">
|
||||
<i class="fi-torso"></i> {{'ViewProfile' | translate }}
|
||||
<i class="fi-torso"></i> {{'View My Profile' | translate }}
|
||||
</span>
|
||||
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@
|
|||
<div class="ellipsis text-gray" > ID: {{btx.txid}} </span>
|
||||
</div>
|
||||
|
||||
<a class="right button-setup" ng-click="openExternalLink('http://' + getShortNetworkName() + '.insight.is/tx/' + btx.txid)">
|
||||
<a class="right button-setup" ng-click="$root.openExternalLink('http://' + getShortNetworkName() + '.insight.is/tx/' + btx.txid)">
|
||||
See it on the blockchain <i class="icon-arrow-right2 vm"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue