Better HTML emails, smarter email digests, new email section in admin with digest preview

This commit is contained in:
Robin Ward
2013-06-05 17:47:25 -04:00
parent f030d9b420
commit 0b97ea6345
69 changed files with 552 additions and 443 deletions
@@ -10,10 +10,6 @@ Discourse.AdminCustomizeRoute = Discourse.Route.extend({
model: function() {
return Discourse.SiteCustomization.findAll();
},
renderTemplate: function() {
this.render({into: 'admin/templates/admin'});
}
});