X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/fff5bbcee458992443e3732fbcbbbe34f765fcc3..refs/pull/325/head:/resources/views/base.blade.php diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index 1deed0a3f..a98a37131 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -17,13 +17,14 @@ + @yield('head') @include('partials/custom-styles') - @if(setting('app-custom-head', false)) + @if(setting('app-custom-head')) {!! setting('app-custom-head') !!} @endif @@ -53,32 +54,16 @@
- @if(isset($signedIn) && $signedIn) - + @if(signedInUser()) + @include('partials._header-dropdown', ['currentUser' => user()]) @endif
@@ -93,7 +78,7 @@
- Back to top + {{ trans('common.back_to_top') }}
@yield('bottom')