X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/8fb1f7c3617de91784fa0ca3054d8f9e9d283a34..refs/pull/2336/head:/resources/views/pages/show.blade.php diff --git a/resources/views/pages/show.blade.php b/resources/views/pages/show.blade.php index cfa5ee9ce..48c88434e 100644 --- a/resources/views/pages/show.blade.php +++ b/resources/views/pages/show.blade.php @@ -37,14 +37,7 @@
{{ trans('entities.pages_attachments') }}
- @foreach($page->attachments as $attachment) - - @endforeach + @include('attachments.list', ['attachments' => $page->attachments])
@endif