mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
EXTENSIBILITY: topic-after-cooked plugin outlet
This commit is contained in:
parent
8002c46c21
commit
15a59dcde7
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@
|
|||
<div {{bind-attr class="showUserReplyTab:avoid-tab view.repliesShown::contents :regular view.extraClass"}}>
|
||||
<div class='cooked'>
|
||||
{{{cooked}}}
|
||||
{{#if firstPost}}
|
||||
{{plugin-outlet "topic-after-cooked"}}
|
||||
{{/if}}
|
||||
</div>
|
||||
{{#if cooked_hidden}}
|
||||
<a href {{action "expandHidden" this}}>{{i18n 'post.show_hidden'}}</a>
|
||||
|
|
Loading…
Reference in a new issue