mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: banner topics show on tags list and tagged topic list pages
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
<div class="container">
|
||||
{{discourse-banner user=currentUser banner=site.banner}}
|
||||
</div>
|
||||
|
||||
<h2>{{i18n "tagging.all_tags"}}</h2>
|
||||
|
||||
<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="container">
|
||||
{{#if tagNotification}}
|
||||
|
||||
Reference in New Issue
Block a user