X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/598fd7811b96291f1fc74eb071269489f87867d6..refs/pull/363/head:/resources/views/base.blade.php diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index 242c5b512..95a9d72b0 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -1,83 +1,71 @@ - + - BookStack + {{ isset($pageTitle) ? $pageTitle . ' | ' : '' }}{{ setting('app-name') }} - + + + - - - + + + - - - - - - + + + @yield('head') - - - @if(Session::has('success')) -
- {{ Session::get('success') }} -
- @endif + @include('partials/custom-styles') - @if(Session::has('error')) -
- {{ Session::get('error') }} -
+ @if(setting('app-custom-head') && \Route::currentRouteName() !== 'settings') + + {!! setting('app-custom-head') !!} + @endif + + + + @include('partials/notifications') -
+
@yield('content')
+
+
+ {{ trans('common.back_to_top') }} +
+
@yield('bottom') - + +@yield('scripts')