]> BookStack Code Mirror - bookstack/blobdiff - resources/views/shelves/show.blade.php
Update create new book button on shelves to 2019 design
[bookstack] / resources / views / shelves / show.blade.php
index 77423c144f0a5b644a9c672b6add4a68f1bf7aec..a57abecb3c912da99a00328137c1b45f2b68d36e 100644 (file)
@@ -24,7 +24,7 @@
                     <p class="text-muted italic mt-xl mb-m">{{ trans('entities.shelves_empty_contents') }}</p>
                     <div class="icon-list inline block">
                         @if($currentUser->can('book-create-all'))
-                            <a href="{{ $shelf->getUrl('/create-book') }}" class="icon-list-item text-bookshelf">
+                            <a href="{{ $shelf->getUrl('/create-book') }}" class="icon-list-item">
                                 <span class="icon">@icon('add')</span>
                                 <span>{{ trans('entities.books_create') }}</span>
                             </a>
         <h5>{{ trans('common.actions') }}</h5>
         <div class="icon-list text-primary">
 
+            @if($currentUser->can('book-create-all'))
+                <a href="{{ $shelf->getUrl('/create-book') }}" class="icon-list-item">
+                    <span class="icon">@icon('add')</span>
+                    <span>{{ trans('entities.books_create') }}</span>
+                </a>
+            @endif
+
             @if(userCan('bookshelf-update', $shelf))
                 <a href="{{ $shelf->getUrl('/edit') }}" class="icon-list-item">
                     <span>@icon('edit')</span>