]> BookStack Code Mirror - bookstack/blobdiff - resources/views/books/index.blade.php
Guest create page: name field autofocus
[bookstack] / resources / views / books / index.blade.php
index 447d6fd44c21a3d5a313c9da913e778da2cecaaf..dc51a3a80af86cac004f03fb76335aec4af6b6ac 100644 (file)
@@ -37,7 +37,7 @@
         <h5>{{ trans('common.actions') }}</h5>
         <div class="icon-list text-primary">
             @if(user()->can('book-create-all'))
-                <a href="{{ url("/create-book") }}" class="icon-list-item">
+                <a href="{{ url("/create-book") }}" data-shortcut="new" class="icon-list-item">
                     <span>@icon('add')</span>
                     <span>{{ trans('entities.books_create') }}</span>
                 </a>