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:
Aeden McGarry 2016-04-12 04:15:00 +10:00 committed by Robin Ward
parent f6c460c207
commit 1f57c7a510
2 changed files with 4 additions and 1 deletions

View File

@ -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"}}

View File

@ -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