mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-12-04 05:22:38 +03:00
@@ -171,6 +171,7 @@ return [
|
||||
'chapters_permissions_active' => 'Chapter Permissions Active',
|
||||
'chapters_permissions_success' => 'Chapter Permissions Updated',
|
||||
'chapters_search_this' => 'Search this chapter',
|
||||
'chapter_sort_book' => 'Sort Book',
|
||||
|
||||
// Pages
|
||||
'page' => 'Page',
|
||||
|
||||
@@ -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