{{ $chapter->name }}
++
{{ trans('entities.chapters_empty') }}
+ +X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/6be2d3f28c2d59987dba8b2b38714a7b9aae7c6b..refs/pull/5725/head:/resources/views/chapters/show.blade.php diff --git a/resources/views/chapters/show.blade.php b/resources/views/chapters/show.blade.php index f5f990145..45e43ad96 100644 --- a/resources/views/chapters/show.blade.php +++ b/resources/views/chapters/show.blade.php @@ -1,139 +1,186 @@ -@extends('sidebar-layout') +@extends('layouts.tri') -@section('toolbar') -
{{ trans('entities.chapters_empty') }}
+ +{!! nl2br(e($chapter->description)) !!}
+{{ trans('entities.chapters_empty') }}
-- @if(userCan('page-create', $chapter)) - @icon('page'){{ trans('entities.books_empty_create_page') }} - @endif - @if(userCan('page-create', $chapter) && userCan('book-update', $book)) - -{{ trans('entities.books_empty_or') }}- - @endif - @if(userCan('book-update', $book)) - @icon('book'){{ trans('entities.books_empty_sort_current_book') }} - @endif -
-