X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b662670efcb2ee481ff47f11c426bb474af0b901..refs/pull/846/head:/resources/views/pages/edit.blade.php diff --git a/resources/views/pages/edit.blade.php b/resources/views/pages/edit.blade.php index e50cc7c5b..e818e996e 100644 --- a/resources/views/pages/edit.blade.php +++ b/resources/views/pages/edit.blade.php @@ -1,7 +1,7 @@ @extends('base') @section('head') - + @stop @section('body-class', 'flexbox') @@ -16,11 +16,10 @@ @include('pages/form', ['model' => $page]) @include('pages/form-toolbox') - - - @include('partials/image-manager', ['imageType' => 'gallery', 'uploaded_to' => $page->id]) - @include('partials/entity-selector-popup') + @include('components.image-manager', ['imageType' => 'gallery', 'uploaded_to' => $page->id]) + @include('components.code-editor') + @include('components.entity-selector-popup') @stop \ No newline at end of file