From 98eb383bf91c590757bd3ef9d0d6b7200e7c3526 Mon Sep 17 00:00:00 2001 From: Joseph Cohen Date: Mon, 5 Jan 2015 13:02:31 -0600 Subject: [PATCH] Removed wrapper from clean layout --- app/views/layout/clean.blade.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/views/layout/clean.blade.php b/app/views/layout/clean.blade.php index 6d7effe4..82088da1 100644 --- a/app/views/layout/clean.blade.php +++ b/app/views/layout/clean.blade.php @@ -3,10 +3,8 @@ @include('partials.dashboard.head') -
-
- @yield('content') -
+
+ @yield('content')