]> BookStack Code Mirror - bookstack/blobdiff - resources/views/pages/edit.blade.php
Merge branch 'master' into translations
[bookstack] / resources / views / pages / edit.blade.php
index d39e24e920aaca0927493b6b05457c5e60275fdf..e1c0a169d6f4661f9a6205091594bd9c2429b287 100644 (file)
 
     </div>
     
-    @include('partials/image-manager', ['imageType' => 'gallery', 'uploaded_to' => $page->id])
-    @include('partials/entity-selector-popup')
-
-    <script>
-        (function() {
-
-        })();
-    </script>
+    @include('components.image-manager', ['imageType' => 'gallery', 'uploaded_to' => $page->id])
+    @include('components.entity-selector-popup')
 
 @stop
\ No newline at end of file