add plugin outlets for adsense plugin
This commit is contained in:
parent
58a7faad01
commit
ccce27d1b8
|
@ -23,6 +23,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="full-width">
|
<div class="full-width">
|
||||||
<div id='list-area'>
|
<div id='list-area'>
|
||||||
|
{{plugin-outlet "discovery-list-container-top"}}
|
||||||
{{outlet "list-container"}}
|
{{outlet "list-container"}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
{{discourse-banner user=currentUser banner=site.banner overlay=view.hasScrolled hide=errorLoading}}
|
{{discourse-banner user=currentUser banner=site.banner overlay=view.hasScrolled hide=errorLoading}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{{plugin-outlet "topic-above-post-stream"}}
|
||||||
|
|
||||||
{{#if postStream.loaded}}
|
{{#if postStream.loaded}}
|
||||||
{{#if postStream.firstPostPresent}}
|
{{#if postStream.firstPostPresent}}
|
||||||
<div id='topic-title'>
|
<div id='topic-title'>
|
||||||
|
@ -87,6 +89,8 @@
|
||||||
{{view 'topic-closing' topic=model}}
|
{{view 'topic-closing' topic=model}}
|
||||||
{{view 'topic-footer-buttons' topic=model}}
|
{{view 'topic-footer-buttons' topic=model}}
|
||||||
|
|
||||||
|
{{plugin-outlet "topic-above-suggested"}}
|
||||||
|
|
||||||
{{#if details.suggested_topics.length}}
|
{{#if details.suggested_topics.length}}
|
||||||
<div id='suggested-topics'>
|
<div id='suggested-topics'>
|
||||||
<h3>{{i18n 'suggested_topics.title'}}</h3>
|
<h3>{{i18n 'suggested_topics.title'}}</h3>
|
||||||
|
|
Loading…
Reference in New Issue