mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
EXTENSIBILITY: topic-after-cooked plugin outlet
This commit is contained in:
parent
8002c46c21
commit
15a59dcde7
@ -72,6 +72,9 @@
|
|||||||
<div {{bind-attr class="showUserReplyTab:avoid-tab view.repliesShown::contents :regular view.extraClass"}}>
|
<div {{bind-attr class="showUserReplyTab:avoid-tab view.repliesShown::contents :regular view.extraClass"}}>
|
||||||
<div class='cooked'>
|
<div class='cooked'>
|
||||||
{{{cooked}}}
|
{{{cooked}}}
|
||||||
|
{{#if firstPost}}
|
||||||
|
{{plugin-outlet "topic-after-cooked"}}
|
||||||
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
{{#if cooked_hidden}}
|
{{#if cooked_hidden}}
|
||||||
<a href {{action "expandHidden" this}}>{{i18n 'post.show_hidden'}}</a>
|
<a href {{action "expandHidden" this}}>{{i18n 'post.show_hidden'}}</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user