mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
settings: Replace user groups delete button with fa-trash-o.
This makes this settings page a bit more consistent with the rest of the site.
This commit is contained in:
committed by
Tim Abbott
parent
f7f5308986
commit
ea3cb941d4
@@ -10,10 +10,10 @@
|
||||
{{t 'Saved' }}
|
||||
</button>
|
||||
<button class="button save-status btn-danger small">
|
||||
{{t 'Discard changes' }}
|
||||
<i class="fa fa-undo" aria-label="{{t 'Delete' }}" title="{{t 'Delete' }}"></i>
|
||||
</button>
|
||||
<button class="button rounded small delete btn-danger">
|
||||
{{t 'Delete' }}
|
||||
<i class="fa fa-trash-o" aria-label="{{t 'Delete' }}" title="{{t 'Delete' }}"></i>
|
||||
</button>
|
||||
</h4>
|
||||
<p class="subscribers">{{t 'Subscribers' }}</p>
|
||||
|
Reference in New Issue
Block a user