mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
FIX: Put in admin title when browsing admin section
This commit is contained in:
parent
c6e08deee2
commit
85747137ef
@ -9,5 +9,9 @@
|
||||
Discourse.AdminRoute = Discourse.Route.extend({
|
||||
renderTemplate: function() {
|
||||
this.render('admin/templates/admin');
|
||||
},
|
||||
|
||||
activate: function() {
|
||||
Discourse.set('title', I18n.t('admin_title'));
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user