mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-29 15:35:23 -04:00
FIX: banner topics show on tags list and tagged topic list pages
This commit is contained in:
parent
c1aded8b64
commit
5576c8efca
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
<div class="container">
|
||||||
|
{{discourse-banner user=currentUser banner=site.banner}}
|
||||||
|
</div>
|
||||||
|
|
||||||
<h2>{{i18n "tagging.all_tags"}}</h2>
|
<h2>{{i18n "tagging.all_tags"}}</h2>
|
||||||
|
|
||||||
<div class='tag-sort-options'>
|
<div class='tag-sort-options'>
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
<div class="container">
|
||||||
|
{{discourse-banner user=currentUser banner=site.banner}}
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="list-controls">
|
<div class="list-controls">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{{#if tagNotification}}
|
{{#if tagNotification}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue