mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
admin_profile_field_list.handlebars: Use fa-4.7 icon prefixes.
This commit is contained in:
committed by
Tim Abbott
parent
76ed02dd35
commit
21364316e9
@@ -2,7 +2,7 @@
|
||||
<tr class="profile-field-row" data-profile-field-id="{{id}}">
|
||||
<td>
|
||||
{{#if ../can_modify}}
|
||||
<i class="fa fa-sort"></i>
|
||||
<i class="fa fa-sort" aria-hidden="true"></i>
|
||||
{{/if}}
|
||||
<span class="profile_field_name">{{name}}</span>
|
||||
</td>
|
||||
@@ -15,10 +15,10 @@
|
||||
{{#if ../can_modify}}
|
||||
<td>
|
||||
<button class="button rounded small delete btn-danger" title="{{t 'Delete' }}" data-profile-field-id="{{id}}">
|
||||
<i class="icon-vector-trash"></i>
|
||||
<i class="fa fa-trash-o" aria-hidden="true"></i>
|
||||
</button>
|
||||
<button class="button rounded small btn-warning open-edit-form" title="{{t 'Edit' }}" data-profile-field-id="{{id}}">
|
||||
<i class="icon-vector-pencil"></i>
|
||||
<i class="fa fa-pencil" aria-hidden="true"></i>
|
||||
</button>
|
||||
</td>
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user