From 44230fa22e2d00ee62ba7a2a5e9b79c86207f368 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 27 Aug 2016 08:53:50 +0100 Subject: [PATCH] We don't need the head partial --- .../views/dashboard/partials/head.blade.php | 36 ------------------ resources/views/layout/dashboard.blade.php | 37 ++++++++++++++++++- 2 files changed, 36 insertions(+), 37 deletions(-) delete mode 100644 resources/views/dashboard/partials/head.blade.php diff --git a/resources/views/dashboard/partials/head.blade.php b/resources/views/dashboard/partials/head.blade.php deleted file mode 100644 index 57697742..00000000 --- a/resources/views/dashboard/partials/head.blade.php +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - {{ $page_title or $site_title }} - - @if($enable_external_dependencies) - - @endif - - @yield('css') - - @include('partials.crowdin') - - - - diff --git a/resources/views/layout/dashboard.blade.php b/resources/views/layout/dashboard.blade.php index e35f74a2..4fd29dfb 100644 --- a/resources/views/layout/dashboard.blade.php +++ b/resources/views/layout/dashboard.blade.php @@ -1,6 +1,41 @@ -@include('dashboard.partials.head') + + + + + + + + + + + + + + + + + + + + + {{ $page_title or $site_title }} + + @if($enable_external_dependencies) + + @endif + + @yield('css') + + @include('partials.crowdin') + + + +