diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-01-16 03:29:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-16 03:29:11 +0100 |
commit | 5276c0a0900a0886b59a8ead2346540aa381ea46 (patch) | |
tree | fbc338f77623f670b6421b87606028a68fb68bd5 /app/javascript/packs | |
parent | 7861c5f108a8f8cb0450f3b1ef865b1177c706fc (diff) |
HTML e-mails for UserMailer (#6256)
- premailer gem to turn CSS into inline styles automatically - rework UserMailer templates - reword UserMailer templates
Diffstat (limited to 'app/javascript/packs')
-rw-r--r-- | app/javascript/packs/mailer.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/packs/mailer.js b/app/javascript/packs/mailer.js new file mode 100644 index 000000000..732fc1698 --- /dev/null +++ b/app/javascript/packs/mailer.js @@ -0,0 +1 @@ +require('../styles/mailer.scss'); |