{{ $chapter->name }}
+{!! nl2br(e($chapter->description)) !!}
@if(count($pages) > 0) -{{ trans('entities.chapters_empty') }}
@@ -49,8 +53,10 @@ @endif{{ trans('common.details') }}
--
X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/03073dd9e413d20d385cb4a90cbce420fa5614c1..refs/pull/3555/head:/resources/views/chapters/show.blade.php diff --git a/resources/views/chapters/show.blade.php b/resources/views/chapters/show.blade.php index f74c584e5..3e015616a 100644 --- a/resources/views/chapters/show.blade.php +++ b/resources/views/chapters/show.blade.php @@ -1,32 +1,36 @@ -@extends('tri-layout') +@extends('layouts.tri') @section('container-attrs') - id="entity-dashboard" - entity-id="{{ $chapter->id }}" - entity-type="chapter" + component="entity-search" + option:entity-search:entity-id="{{ $chapter->id }}" + option:entity-search:entity-type="chapter" @stop +@push('social-meta') + +@endpush + @section('body') -
{!! nl2br(e($chapter->description)) !!}
+{!! nl2br(e($chapter->description)) !!}
@if(count($pages) > 0) -{{ trans('entities.chapters_empty') }}
@@ -49,8 +53,10 @@ @endif