Fixed add self to contacts
This commit is contained in:
parent
a86aba857d
commit
ef4700eafc
@ -62,7 +62,7 @@
|
||||
<div class="md_modal_iconed_section_wrap md_modal_iconed_section_link" ng-init="f.showMoreActions = !user.phone.length">
|
||||
<i class="md_modal_section_icon md_modal_section_icon_more"></i>
|
||||
|
||||
<div class="md_modal_section_link_wrap" ng-if="user.phone.length > 0 && user._ != 'userContact'">
|
||||
<div class="md_modal_section_link_wrap" ng-if="user.phone.length > 0 && user._ != 'userContact' && user._ != 'userSelf'">
|
||||
<a class="md_modal_section_link" ng-click="importContact()" my-i18n="user_modal_add_contact"></a>
|
||||
</div>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
<li ng-if="user._ == 'userContact'">
|
||||
<a ng-click="deleteContact()" my-i18n="user_modal_delete_contact"></a>
|
||||
</li>
|
||||
<li ng-if="user.phone.length > 0 && user._ != 'userContact'">
|
||||
<li ng-if="user.phone.length > 0 && user._ != 'userContact' && user._ != 'userSelf'">
|
||||
<a ng-click="importContact()" my-i18n="user_modal_add_contact"></a>
|
||||
</li>
|
||||
<li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user