mirror of https://github.com/zulip/zulip.git
user_profile_modal.handlebars: Upgrade to font-awesome 4.7 icon prefixes.
This commit is contained in:
parent
44e9c6909f
commit
65eaf92acd
|
@ -10,7 +10,7 @@
|
|||
{{full_name}}
|
||||
{{#if is_me}}
|
||||
<a href="/#settings/your-account">
|
||||
<i class="icon-vector-edit user-profile-modal-edit-button" aria-hidden="true"></i>
|
||||
<i class="fa fa-edit user-profile-modal-edit-button" aria-hidden="true"></i>
|
||||
</a>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue