move /tags/ topics list out of footer (#5405)

This commit is contained in:
Maja Komel 2017-12-07 15:25:04 +01:00 committed by Régis Hanol
parent f0ef307d2d
commit cce077de56
1 changed files with 21 additions and 20 deletions

View File

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