X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/200772da7232dc5804aedce85669fff3a36f7714..refs/pull/2515/head:/resources/views/common/header.blade.php
diff --git a/resources/views/common/header.blade.php b/resources/views/common/header.blade.php
index 524e4a11a..80e79410a 100644
--- a/resources/views/common/header.blade.php
+++ b/resources/views/common/header.blade.php
@@ -29,7 +29,7 @@
@if (hasAppAccess())
@icon('search'){{ trans('common.search') }}
- @if(userCanOnAny('view', \BookStack\Entities\Bookshelf::class) || userCan('bookshelf-view-all') || userCan('bookshelf-view-own'))
+ @if(userCanOnAny('view', \BookStack\Entities\Models\Bookshelf::class) || userCan('bookshelf-view-all') || userCan('bookshelf-view-own'))
@icon('bookshelf'){{ trans('entities.shelves') }}
@endif
@icon('books'){{ trans('entities.books') }}
@@ -45,18 +45,18 @@
@if(setting('registration-enabled') && config('auth.method') === 'standard')
@icon('new-user'){{ trans('auth.sign_up') }}
@endif
-
@icon('login'){{ trans('auth.log_in') }}
+
@icon('login'){{ trans('auth.log_in') }}
@endif
@if(signedInUser())
-