From 71c30fb0bdd9107a525eefe024b6c40043f7e6d1 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 14 Jul 2015 13:59:15 +0100 Subject: [PATCH] Update email template design. --- resources/views/layout/emails.blade.php | 175 +++---------------- resources/views/partials/email-css.blade.php | 143 +++++++++++++++ 2 files changed, 168 insertions(+), 150 deletions(-) create mode 100644 resources/views/partials/email-css.blade.php diff --git a/resources/views/layout/emails.blade.php b/resources/views/layout/emails.blade.php index 699de55b..688f4894 100644 --- a/resources/views/layout/emails.blade.php +++ b/resources/views/layout/emails.blade.php @@ -1,165 +1,40 @@ - + - - - - {{ Setting::get('app_name') }} Status - + + + + +{{ Setting::get('app_name') }} Status +@include('partials.email-css') - - + +
-
- -
- @yield('preheader') -
- - - - - - - - - + diff --git a/resources/views/partials/email-css.blade.php b/resources/views/partials/email-css.blade.php new file mode 100644 index 00000000..5fc5ea97 --- /dev/null +++ b/resources/views/partials/email-css.blade.php @@ -0,0 +1,143 @@ +