]> cat aescling's git repositories - mastodon.git/commit
HTML e-mails for NotificationMailer (#6263)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 16 Jan 2018 19:20:15 +0000 (20:20 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Jan 2018 19:20:15 +0000 (20:20 +0100)
commit02194838dd64558cd974e68cb0bf800dffd25c91
tree7bf51dc8185c9aa2c5fd48c3ddf7f2edc5922c22
parent3323b4173edad987a049c6c1c2903781ed5be059
HTML e-mails for NotificationMailer (#6263)

* HTML e-mails for NotificationMailer (except digest)

* Add HTML template for digest

* Fix build
15 files changed:
app/javascript/images/icon_cached.svg [new file with mode: 0644]
app/javascript/images/icon_grade.svg [new file with mode: 0644]
app/javascript/images/icon_person_add.svg [new file with mode: 0644]
app/javascript/images/icon_reply.svg [new file with mode: 0644]
app/javascript/styles/mailer.scss
app/mailers/notification_mailer.rb
app/views/notification_mailer/_status.html.haml [new file with mode: 0644]
app/views/notification_mailer/digest.html.haml [new file with mode: 0644]
app/views/notification_mailer/favourite.html.haml [new file with mode: 0644]
app/views/notification_mailer/follow.html.haml [new file with mode: 0644]
app/views/notification_mailer/follow_request.html.haml [new file with mode: 0644]
app/views/notification_mailer/mention.html.haml [new file with mode: 0644]
app/views/notification_mailer/reblog.html.haml [new file with mode: 0644]
config/locales/en.yml
spec/mailers/previews/notification_mailer_preview.rb