diff --git a/app/assets/javascripts/discourse/app/components/private-message-glyph.gjs b/app/assets/javascripts/discourse/app/components/private-message-glyph.gjs new file mode 100644 index 00000000000..a065dc1dd1c --- /dev/null +++ b/app/assets/javascripts/discourse/app/components/private-message-glyph.gjs @@ -0,0 +1,20 @@ +import icon from "discourse-common/helpers/d-icon"; +import i18n from "discourse-common/helpers/i18n"; + +const PrivateMessageGlyph = + {{#if @shouldShow}} + {{#if @href}} + + + {{~else}} + + + {{~/if}} + {{/if}} +; + +export default PrivateMessageGlyph; diff --git a/app/assets/javascripts/discourse/app/components/private-message-glyph.hbs b/app/assets/javascripts/discourse/app/components/private-message-glyph.hbs deleted file mode 100644 index 12f20500d3a..00000000000 --- a/app/assets/javascripts/discourse/app/components/private-message-glyph.hbs +++ /dev/null @@ -1,17 +0,0 @@ -{{#if this.shouldShow}} - {{#if this.href}} - - - {{~else}} - - - {{~/if}} -{{/if}} \ No newline at end of file diff --git a/app/assets/javascripts/discourse/app/components/private-message-glyph.js b/app/assets/javascripts/discourse/app/components/private-message-glyph.js deleted file mode 100644 index d1d40424515..00000000000 --- a/app/assets/javascripts/discourse/app/components/private-message-glyph.js +++ /dev/null @@ -1,9 +0,0 @@ -import Component from "@ember/component"; - -export default Component.extend({ - tagName: null, - href: null, - title: null, - ariaLabel: null, - shouldShow: null, -}); diff --git a/app/assets/javascripts/discourse/app/templates/topic.hbs b/app/assets/javascripts/discourse/app/templates/topic.hbs index f08a8170429..d27e4bdcc3c 100644 --- a/app/assets/javascripts/discourse/app/templates/topic.hbs +++ b/app/assets/javascripts/discourse/app/templates/topic.hbs @@ -50,10 +50,7 @@ > {{#if this.editingTopic}}