]> BookStack Code Mirror - bookstack/blobdiff - resources/views/books/show.blade.php
Started work on bookshelves
[bookstack] / resources / views / books / show.blade.php
index d0a2eb2f706aeeb19c82c7423f2e3670b0fcadb0..e5845b4956ba0b9db8a3349dd613f5342f8d83e8 100644 (file)
@@ -25,7 +25,7 @@
                     <a dropdown-toggle class="text-primary text-button">@icon('more'){{ trans('common.more') }}</a>
                     <ul>
                         @if(userCan('book-update', $book))
-                            <li><a href="{{$book->getEditUrl()}}" class="text-primary">@icon('edit'){{ trans('common.edit') }}</a></li>
+                            <li><a href="{{ $book->getUrl('/edit') }}" class="text-primary">@icon('edit'){{ trans('common.edit') }}</a></li>
                             <li><a href="{{ $book->getUrl('/sort') }}" class="text-primary">@icon('sort'){{ trans('common.sort') }}</a></li>
                         @endif
                         @if(userCan('restrictions-manage', $book))