FIX: add a title to the tags index page

This commit is contained in:
Neil Lalonde 2016-05-03 15:21:33 -04:00
parent 82daf93eb3
commit f072cb404e
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ export default Discourse.Route.extend({
return this.store.findAll('tag');
},
titleToken() {
return I18n.t("tagging.tags");
},
actions: {
didTransition() {
this.controllerFor("application").set("showFooter", true);