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