mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -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');
|
return this.store.findAll('tag');
|
||||||
},
|
},
|
||||||
|
|
||||||
|
titleToken() {
|
||||||
|
return I18n.t("tagging.tags");
|
||||||
|
},
|
||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
didTransition() {
|
didTransition() {
|
||||||
this.controllerFor("application").set("showFooter", true);
|
this.controllerFor("application").set("showFooter", true);
|
||||||
|
|
Loading…
Reference in a new issue