]> BookStack Code Mirror - bookstack/blob - resources/views/shelves/_breadcrumbs.blade.php
Add the "Create Shelf" resp. "Create Book" to the home view
[bookstack] / resources / views / shelves / _breadcrumbs.blade.php
1 <div class="breadcrumbs">
2     <a href="{{$shelf->getUrl()}}" class="text-bookshelf text-button">@icon('bookshelf'){{ $shelf->getShortName() }}</a>
3 </div>