mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: replace "trash" icons with "trash-alt"
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
label="admin.api.undo_revoke"}}
|
label="admin.api.undo_revoke"}}
|
||||||
{{d-button
|
{{d-button
|
||||||
action=(action "deleteKey")
|
action=(action "deleteKey")
|
||||||
actionParam=model icon="trash"
|
actionParam=model icon="trash-alt"
|
||||||
label="admin.api.delete"
|
label="admin.api.delete"
|
||||||
class="btn-danger"}}
|
class="btn-danger"}}
|
||||||
{{else}}
|
{{else}}
|
||||||
@@ -77,4 +77,4 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
{{/admin-form-row}}
|
{{/admin-form-row}}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ export default DropdownSelectBoxComponent.extend({
|
|||||||
id: "deleteUnusedTags",
|
id: "deleteUnusedTags",
|
||||||
name: I18n.t("tagging.delete_unused"),
|
name: I18n.t("tagging.delete_unused"),
|
||||||
description: I18n.t("tagging.delete_unused_description"),
|
description: I18n.t("tagging.delete_unused_description"),
|
||||||
icon: "trash",
|
icon: "trash-alt",
|
||||||
__sk_row_type: "noopRow"
|
__sk_row_type: "noopRow"
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ function dataFor(status) {
|
|||||||
case IGNORED:
|
case IGNORED:
|
||||||
return { icon: "external-link-alt", name: "ignored" };
|
return { icon: "external-link-alt", name: "ignored" };
|
||||||
case DELETED:
|
case DELETED:
|
||||||
return { icon: "trash", name: "deleted" };
|
return { icon: "trash-alt", name: "deleted" };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user