Merge pull request #2397 from cmgustavo/bug/need-backup-chromeapp

ACK
This commit is contained in:
Matias Pando 2015-02-04 15:42:45 -03:00
commit 9c1503f6bc
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<li><a href="#!/profile" title="Profile">
<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()">
<li><a 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>