DEV: Add topic title suffix outlet (#17647)

This commit is contained in:
Angus McLeod 2022-07-29 16:07:28 +01:00 committed by GitHub
parent d716e32a32
commit 867929d843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@
{{#if this.model.details.can_edit}} {{#if this.model.details.can_edit}}
<a href {{action "editTopic"}} class="edit-topic" title={{i18n "edit"}}>{{d-icon "pencil-alt"}}</a> <a href {{action "editTopic"}} class="edit-topic" title={{i18n "edit"}}>{{d-icon "pencil-alt"}}</a>
{{/if}} {{/if}}
<PluginOutlet @name="topic-title-suffix" @tagName="" @args={{hash model=this.model}} />
</h1> </h1>
<TopicCategory @topic={{this.model}} @class="topic-category" /> <TopicCategory @topic={{this.model}} @class="topic-category" />