mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
FIX: add a title to the tags index page
This commit is contained in:
parent
82daf93eb3
commit
f072cb404e
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue