From 4336374d27cd05cf5c30d892556d7253e0d80104 Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Tue, 16 Jul 2019 12:55:26 -0400 Subject: [PATCH] Update deprecated icon names --- assets/javascripts/discourse/templates/admin/plugins-chat.hbs | 2 +- .../discourse/templates/components/channel-details.hbs | 4 ++-- .../javascripts/discourse/templates/components/rule-row.hbs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/javascripts/discourse/templates/admin/plugins-chat.hbs b/assets/javascripts/discourse/templates/admin/plugins-chat.hbs index 3c7539f..c3aa326 100644 --- a/assets/javascripts/discourse/templates/admin/plugins-chat.hbs +++ b/assets/javascripts/discourse/templates/admin/plugins-chat.hbs @@ -14,7 +14,7 @@
{{d-button action=(route-action "showSettings") - icon="gear" + icon="cog" title="chat_integration.settings" label="chat_integration.settings"}}
diff --git a/assets/javascripts/discourse/templates/components/channel-details.hbs b/assets/javascripts/discourse/templates/components/channel-details.hbs index 1b2fae2..725fc16 100644 --- a/assets/javascripts/discourse/templates/components/channel-details.hbs +++ b/assets/javascripts/discourse/templates/components/channel-details.hbs @@ -3,7 +3,7 @@ {{d-button action=editChannel actionParam=channel - icon="pencil" + icon="pencil-alt" title="chat_integration.edit_channel" label="chat_integration.edit_channel"}} @@ -19,7 +19,7 @@ class='cancel' action=(action "deleteChannel") actionParam=channel - icon="trash" + icon="trash-alt" title="chat_integration.delete_channel" label="chat_integration.delete_channel"}} diff --git a/assets/javascripts/discourse/templates/components/rule-row.hbs b/assets/javascripts/discourse/templates/components/rule-row.hbs index 29c09e7..4e2b2c8 100644 --- a/assets/javascripts/discourse/templates/components/rule-row.hbs +++ b/assets/javascripts/discourse/templates/components/rule-row.hbs @@ -31,14 +31,14 @@ {{d-button action=edit actionParam=rule - icon="pencil" + icon="pencil-alt" class="edit" title="chat_integration.rule_table.edit_rule"}} {{d-button action=(action "delete") actionParam=rule - icon="trash-o" + icon="far-trash-alt" class="delete" title="chat_integration.rule_table.delete_rule"}}