From a1e8806a84e6bec2148d1e62b8ffe0478d922463 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 27 Aug 2016 09:06:17 +0100 Subject: [PATCH] Clean layout doesn't need dashboard class and was missing head --- resources/views/layout/clean.blade.php | 39 ++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/resources/views/layout/clean.blade.php b/resources/views/layout/clean.blade.php index 572b7323..7d53319a 100644 --- a/resources/views/layout/clean.blade.php +++ b/resources/views/layout/clean.blade.php @@ -1,8 +1,43 @@ -@include('dashboard.partials.head') + + + + + - + + + + + + + + + + + + + + + {{ $page_title or $site_title }} + + @if($enable_external_dependencies) + + @endif + + @yield('css') + + @include('partials.crowdin') + + + + + +
@yield('content')