From cda845ae0e731a0ac3e7e58235c99cbbf93dda69 Mon Sep 17 00:00:00 2001 From: kibi! Date: Mon, 15 Jan 2018 21:17:03 -0800 Subject: Fix mailer to use webpack core --- app/views/layouts/mailer.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/layouts') 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 -- cgit