mirror of
https://github.com/discourse/discourse.git
synced 2024-12-22 08:53:45 +08:00
8 lines
262 B
Handlebars
8 lines
262 B
Handlebars
{{#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}} |