Added plugin outlets above post in topic stream and above and below footer (#4104)
* Added new plugin outlets above and below footer * Added plugin outlet in topic above the user * Renamed plugin outlet to be better suited to position
This commit is contained in:
parent
f6c460c207
commit
1f57c7a510
|
@ -12,11 +12,12 @@
|
|||
{{render "user-card"}}
|
||||
</div>
|
||||
|
||||
{{plugin-outlet "above-footer"}}
|
||||
{{#if showFooter}}
|
||||
{{custom-html "footer"}}
|
||||
{{/if}}
|
||||
{{plugin-outlet "below-footer"}}
|
||||
|
||||
{{render "modal"}}
|
||||
{{render "topic-entrance"}}
|
||||
{{render "composer"}}
|
||||
|
||||
|
|
|
@ -68,6 +68,8 @@
|
|||
|
||||
{{conditional-loading-spinner condition=model.postStream.loadingAbove}}
|
||||
|
||||
{{plugin-outlet "topic-above-posts"}}
|
||||
|
||||
{{#unless model.postStream.loadingFilter}}
|
||||
{{scrolling-post-stream
|
||||
posts=postsToRender
|
||||
|
|
Loading…
Reference in New Issue