]> cat aescling's git repositories - mastodon.git/commit
Fix #1624 - Send e-mail notifications to admins about new reports (#3949)
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 26 Jun 2017 22:04:00 +0000 (00:04 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Jun 2017 22:04:00 +0000 (00:04 +0200)
commit42b82206322c73c4a4d7ac29ca9a781ab11e7b1a
treed27e31942c373cf8c919b512b0d6e45c0809468f
parenta91d968cab5120ca389fcc7d6788cafca85e69e7
Fix #1624 - Send e-mail notifications to admins about new reports (#3949)
app/controllers/api/v1/reports_controller.rb
app/mailers/admin_mailer.rb [new file with mode: 0644]
app/mailers/application_mailer.rb
app/mailers/notification_mailer.rb
app/views/admin_mailer/new_report.text.erb [new file with mode: 0644]
config/locales/en.yml
spec/controllers/api/v1/reports_controller_spec.rb