- <div class="icon-list text-primary">
- @include('partials.view-toggle', ['view' => $view, 'type' => 'shelf'])
- @if($currentUser->can('bookshelf-create-all'))
- <a href="{{ baseUrl("/create-shelf") }}" class="icon-list-item">
- <span class="icon">@icon('add')</span>
- <span>{{ trans('entities.shelves_create') }}</span>
+ <div class="icon-list text-link">
+ @if(userCan('bookshelf-create-all'))
+ <a href="{{ url("/create-shelf") }}" data-shortcut="new" class="icon-list-item">
+ <span>@icon('add')</span>
+ <span>{{ trans('entities.shelves_new_action') }}</span>