Fix send, settings and addressbook views
This commit is contained in:
parent
18c0d829c7
commit
aac067e216
4 changed files with 42 additions and 37 deletions
|
|
@ -18,7 +18,7 @@
|
|||
<h3 translate>Name</h3>
|
||||
<strong>{{addressbookEntry.name}}</strong>
|
||||
</div>
|
||||
<div class="item item-text-wrap">
|
||||
<div class="item item-text-wrap" ng-show="addressbookEntry.email">
|
||||
<h3 translate>Email</h3>
|
||||
<strong>{{addressbookEntry.email}}</strong>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue