@if(userCan('page-create', $chapter))
-
+
@icon('add')
{{ trans('entities.pages_new') }}
@@ -117,31 +117,31 @@
@if(userCan('chapter-update', $chapter))
-
+
@icon('edit')
{{ trans('common.edit') }}
@endif
@if(userCanOnAny('create', \BookStack\Entities\Models\Book::class) || userCan('chapter-create-all') || userCan('chapter-create-own'))
-
+
@icon('copy')
{{ trans('common.copy') }}
@endif
@if(userCan('chapter-update', $chapter) && userCan('chapter-delete', $chapter))
-
+
@icon('folder')
{{ trans('common.move') }}
@endif
@if(userCan('restrictions-manage', $chapter))
-
+
@icon('lock')
{{ trans('entities.permissions') }}
@endif
@if(userCan('chapter-delete', $chapter))
-
+
@icon('delete')
{{ trans('common.delete') }}
@@ -149,7 +149,7 @@
@if($chapter->book && userCan('book-update', $chapter->book))
-
+
@icon('sort')
{{ trans('entities.chapter_sort_book') }}