]> BookStack Code Mirror - bookstack/blobdiff - resources/views/pages/export.blade.php
Update maintenance.php
[bookstack] / resources / views / pages / export.blade.php
index ca708f8e0c99e17bd9854ba5201c52bd75c46597..e40643c256ff5346124a36dc717c5dada02fadde 100644 (file)
     @include('partials.custom-head')
 </head>
 <body>
-<div class="container" id="page-show">
-    <div class="row">
-        <div class="col-md-8 col-md-offset-2">
-            <div class="page-content">
 
-                @include('pages.page-display')
+<div id="page-show">
+    <div class="page-content">
 
-                <hr>
+        @include('pages.page-display')
 
-                <div class="text-muted text-small">
-                    @include('partials.entity-meta', ['entity' => $page])
-                </div>
+        <hr>
 
-            </div>
+        <div class="text-muted text-small">
+            @include('partials.entity-export-meta', ['entity' => $page])
         </div>
+
     </div>
 </div>
+
 </body>
 </html>