Added username to mobile user modal
This commit is contained in:
parent
2f8700a6c3
commit
4b7b513360
@ -84,6 +84,11 @@
|
||||
<div class="mobile_modal_section_value" ng-bind="user.phone | phoneNumber"></div>
|
||||
</div>
|
||||
|
||||
<div class="mobile_modal_section" ng-if="user.username">
|
||||
<h4 class="mobile_modal_section_header" my-i18n="user_modal_username"></h4>
|
||||
<div class="mobile_modal_section_value" ng-bind="'@' + user.username"></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user