mirror of
https://github.com/discourse/discourse.git
synced 2026-08-26 13:17:20 -05:00
Better HTML emails, smarter email digests, new email section in admin with digest preview
This commit is contained in:
@@ -10,10 +10,6 @@ Discourse.AdminCustomizeRoute = Discourse.Route.extend({
|
||||
|
||||
model: function() {
|
||||
return Discourse.SiteCustomization.findAll();
|
||||
},
|
||||
|
||||
renderTemplate: function() {
|
||||
this.render({into: 'admin/templates/admin'});
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user