move /tags/ topics list out of footer (#5405)
This commit is contained in:
parent
f0ef307d2d
commit
cce077de56
|
@ -41,7 +41,6 @@
|
|||
|
||||
{{plugin-outlet name="discovery-list-container-top"}}
|
||||
|
||||
<footer class='topic-list-bottom'>
|
||||
{{conditional-loading-spinner condition=loading}}
|
||||
|
||||
{{#unless loading}}
|
||||
|
@ -61,9 +60,11 @@
|
|||
|
||||
{{/discovery-topics-list}}
|
||||
{{else}}
|
||||
<footer class='topic-list-bottom'>
|
||||
<h3>
|
||||
{{footerMessage}}{{#link-to "discovery.categories"}} {{i18n 'topic.browse_all_categories'}}{{/link-to}} {{i18n 'or'}} {{#link-to 'discovery.latest'}}{{i18n 'topic.view_latest_topics'}}{{/link-to}}
|
||||
</h3>
|
||||
</footer>
|
||||
{{/if}}
|
||||
{{/unless}}
|
||||
</footer>
|
||||
|
||||
|
|
Loading…
Reference in New Issue