]> BookStack Code Mirror - bookstack/blobdiff - resources/views/pages/export.blade.php
Updated attachment links to have dropdown for open type
[bookstack] / resources / views / pages / export.blade.php
index 74d17c128f794be4c7857c6eb584c07211a3a534..d2f448d6e889bd430f3ce53852530d8411c2945c 100644 (file)
@@ -1,13 +1,13 @@
-@extends('export-layout')
+@extends('layouts.export')
 
 @section('title', $page->name)
 
 @section('content')
-    @include('pages.page-display')
+    @include('pages.parts.page-display')
 
     <hr>
 
     <div class="text-muted text-small">
-        @include('partials.entity-export-meta', ['entity' => $page])
+        @include('entities.export-meta', ['entity' => $page])
     </div>
 @endsection
\ No newline at end of file