diff options
author | kibi! <marrus-sh@users.noreply.github.com> | 2018-01-15 21:17:03 -0800 |
---|---|---|
committer | kibi! <marrus-sh@users.noreply.github.com> | 2018-01-15 21:17:03 -0800 |
commit | cda845ae0e731a0ac3e7e58235c99cbbf93dda69 (patch) | |
tree | bf8e7fcdc96f02bf6b4ce0973ef91c4becc2b08e /app/views/layouts | |
parent | 89a9d629f776a3a115c1e89ee4c13e8cbe7ae684 (diff) |
Fix mailer to use webpack core
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/mailer.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/mailer.html.haml b/app/views/layouts/mailer.html.haml index 8a7ce4369..511900137 100644 --- a/app/views/layouts/mailer.html.haml +++ b/app/views/layouts/mailer.html.haml @@ -6,7 +6,7 @@ %title/ - = stylesheet_pack_tag 'mailer' + = stylesheet_pack_tag 'core/mailer' %body %table.email-table{ cellspacing: 0, cellpadding: 0 } %tbody |