discourse/app/assets/javascripts/select-kit/addon/templates/components/pinned-button.hbs
Peter Wagenet 371bbadb92
No implicit this codemod (#17235)
* Run no-implicit-this codemod for app templates
* Run tagless-ember-components-codemod for plugins
* Turn on no-implicit-this lint
2022-07-05 19:41:31 +02:00

5 lines
147 B
Handlebars

<p class="reason">
<PinnedOptions @value={{this.pinned}} @topic={{this.topic}} />
<span class="text">{{html-safe this.reasonText}}</span>
</p>