FIX: tags show page was broken

This commit is contained in:
Sam 2016-05-02 12:56:02 +10:00
parent 672d6924ec
commit 4141cfc716
2 changed files with 3 additions and 3 deletions

View File

@ -37,6 +37,7 @@
{{#unless loading}}
{{#if list.topics}}
{{#discovery-topics-list model=list refresh="refresh"}}
{{bulk-select-button selected=selected refreshTarget=controller}}
{{topic-list topics=list.topics
@ -49,6 +50,8 @@
order=order
ascending=ascending
changeSort="changeSort"}}
{{/discovery-topics-list}}
{{else}}
<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}}

View File

@ -1,3 +0,0 @@
import DiscoveryTopicsView from "discourse/views/discovery-topics";
export default DiscoveryTopicsView;