mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 14:52:46 +08:00
DEV: replace "eye-slash" icons with "far-eye-slash"
This commit is contained in:
parent
e2e9420204
commit
93a556d9a2
|
@ -1,6 +1,6 @@
|
|||
{{#d-modal-body title="user.user_notifications.ignore_duration_title" autoFocus="false"}}
|
||||
<div class="controls tracking-controls">
|
||||
<label>{{d-icon "eye-slash" class="icon"}} {{i18n "user.user_notifications.ignore_duration_username"}}</label>
|
||||
<label>{{d-icon "far-eye-slash" class="icon"}} {{i18n "user.user_notifications.ignore_duration_username"}}</label>
|
||||
{{user-selector excludeCurrentUser=true
|
||||
single="true"
|
||||
usernames=ignoredUsername
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{{#if ignoredEnabled}}
|
||||
<div class="control-group user-ignore">
|
||||
<div class="controls tracking-controls user-notifications">
|
||||
<label>{{d-icon "eye-slash" class="icon"}} {{i18n 'user.ignored_users'}}</label>
|
||||
<label>{{d-icon "far-eye-slash" class="icon"}} {{i18n 'user.ignored_users'}}</label>
|
||||
{{ignored-user-list model=model items=model.ignored_usernames saving=saved}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -26,7 +26,7 @@ export default DropdownSelectBox.extend({
|
|||
|
||||
if (this.get("user.can_ignore_user")) {
|
||||
content.push({
|
||||
icon: "eye-slash",
|
||||
icon: "far-eye-slash",
|
||||
id: "changeToIgnored",
|
||||
description: I18n.t("user.user_notifications.ignore_option_title"),
|
||||
label: I18n.t("user.user_notifications.ignore_option")
|
||||
|
|
Loading…
Reference in New Issue
Block a user