mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-20 04:13:08 +08:00
@ -147,6 +147,14 @@
|
||||
</a>
|
||||
@endif
|
||||
|
||||
@if($chapter->book && userCan('book-update', $chapter->book))
|
||||
<hr class="primary-background"/>
|
||||
<a href="{{ $chapter->book->getUrl('/sort') }}" class="icon-list-item">
|
||||
<span>@icon('sort')</span>
|
||||
<span>{{ trans('entities.chapter_sort_book') }}</span>
|
||||
</a>
|
||||
@endif
|
||||
|
||||
<hr class="primary-background"/>
|
||||
|
||||
@if(signedInUser())
|
||||
|
Reference in New Issue
Block a user