Merge pull request #3337 from cmgustavo/bug/addressbook-01
Fix addressbook detail
This commit is contained in:
commit
69b0468cc3
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@
|
|||
<a ng-click="toggleAddAddressbookEntry()" class="p10">
|
||||
<i class="fi-plus size-18 m10r"></i>
|
||||
<span class="text-close size-12" translate>Add a new entry</span>
|
||||
<span ng-show="!list[newAddress]">({{newAddress}})</span>
|
||||
<span ng-show="!list[newAddress] && newAddress">({{newAddress}})</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue