X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/080acf0a6234952b4eac1df59e9c11d3be04074b..refs/pull/3433/head:/resources/views/pages/export.blade.php diff --git a/resources/views/pages/export.blade.php b/resources/views/pages/export.blade.php index 96f06290e..d2f448d6e 100644 --- a/resources/views/pages/export.blade.php +++ b/resources/views/pages/export.blade.php @@ -1,33 +1,13 @@ - - - - - {{ $page->name }} +@extends('layouts.export') - - @yield('head') - - -
-
-
-
+@section('title', $page->name) - @include('pages/page-display') +@section('content') + @include('pages.parts.page-display') -
+
-

- Created {{$page->created_at->toDayDateTimeString()}} @if($page->createdBy) by {{$page->createdBy->name}} @endif -
- Last Updated {{$page->updated_at->toDayDateTimeString()}} @if($page->updatedBy) by {{$page->updatedBy->name}} @endif -

- -
-
+
+ @include('entities.export-meta', ['entity' => $page])
-
- - +@endsection \ No newline at end of file