mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 08:32:26 +08:00
DEV: Add topic title suffix outlet (#17647)
This commit is contained in:
parent
d716e32a32
commit
867929d843
|
@ -69,6 +69,8 @@
|
|||
{{#if this.model.details.can_edit}}
|
||||
<a href {{action "editTopic"}} class="edit-topic" title={{i18n "edit"}}>{{d-icon "pencil-alt"}}</a>
|
||||
{{/if}}
|
||||
|
||||
<PluginOutlet @name="topic-title-suffix" @tagName="" @args={{hash model=this.model}} />
|
||||
</h1>
|
||||
|
||||
<TopicCategory @topic={{this.model}} @class="topic-category" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user