{{$book->name}}
+{!! nl2br(e($book->description)) !!}
@if(count($bookChildren) > 0) -{{ trans('entities.books_empty_contents') }}
@@ -52,18 +59,16 @@ @endif{{ trans('common.details') }}
{{ trans('common.actions') }}
-
X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/07b889547d28e68e5fc8f923c166bd607da17ad7..refs/pull/3406/head:/resources/views/books/show.blade.php diff --git a/resources/views/books/show.blade.php b/resources/views/books/show.blade.php index b709b29dc..5263bc810 100644 --- a/resources/views/books/show.blade.php +++ b/resources/views/books/show.blade.php @@ -1,35 +1,42 @@ -@extends('tri-layout') +@extends('layouts.tri') @section('container-attrs') - id="entity-dashboard" - entity-id="{{ $book->id }}" - entity-type="book" + component="entity-search" + option:entity-search:entity-id="{{ $book->id }}" + option:entity-search:entity-type="book" @stop +@push('social-meta') + + @if($book->cover) + + @endif +@endpush + @section('body')
{!! nl2br(e($book->description)) !!}
+{!! nl2br(e($book->description)) !!}
@if(count($bookChildren) > 0) -{{ trans('entities.books_empty_contents') }}
@@ -52,18 +59,16 @@ @endif