feat(design): improve wallet settings view and wallet settings alias view

This commit is contained in:
Jason Dreyzehner 2016-10-12 19:33:54 -04:00
commit 9ec7d5f38c
3 changed files with 22 additions and 8 deletions

View file

@ -30,8 +30,8 @@
<i class="icon bp-arrow-right"></i>
</a>
<a class="item item-icon-right" ui-sref="tabs.preferences.preferencesEmail">
<span translate>Email Notifications</span>
<span class="item-note">
<span class="setting-title" translate>Email Notifications</span>
<span class="setting-value">
<span ng-if="!wallet.email" translate>Disabled</span>
<span ng-if="wallet.email">{{wallet.email}}</span>
</span>