Do not show backupFlag if email not confirmed
This commit is contained in:
parent
ee89917bcb
commit
1542e0986b
3 changed files with 6 additions and 15 deletions
|
|
@ -20,7 +20,7 @@
|
|||
<div class="photo-container">
|
||||
<img gravatar-src="'{{username}}'" gravatar-size="35">
|
||||
</div>
|
||||
<span class="need-backup" ng-if="$root.iden.backupNeeded">
|
||||
<span class="need-backup" ng-if="!$root.needsEmailConfirmation && $root.iden.backupNeeded">
|
||||
<i class="fi-alert vm"></i>
|
||||
</span>
|
||||
<span class="m15t">{{username}} </span>
|
||||
|
|
@ -36,8 +36,8 @@
|
|||
<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}}</a></li>
|
||||
<span class="size-10 text-warning" ng-if="$root.iden.backupNeeded"> [ Needs Backup ]</span>
|
||||
<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>
|
||||
</li>
|
||||
<li><a href="#!/" title="Close" ng-click="signout()">
|
||||
<i class="icon-power size-18 m10r"></i> {{'Close'|translate}}</a></li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue