mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: add a title to the tags index page
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user