discourse/app/assets/javascripts/select-kit/addon/components/pinned-button.hbs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
262 B
Handlebars
Raw Normal View History

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