]> BookStack Code Mirror - bookstack/blobdiff - resources/views/chapters/create.blade.php
Fix build:js:watch not building at first launch in Docker
[bookstack] / resources / views / chapters / create.blade.php
index e8325c2478939fd126d733d2ef7ba0ce7a19e841..c9787e6348991073a5c3e265097e0926b8179338 100644 (file)
@@ -3,19 +3,22 @@
 @section('body')
     <div class="container small">
 
-        <div class="my-l">
+        <div class="my-s">
             @include('partials.breadcrumbs', ['crumbs' => [
                 $book,
-                $book->getUrl('create-chapter') => trans('entities.chapters_create')
+                $book->getUrl('create-chapter') => [
+                    'text' => trans('entities.chapters_create'),
+                    'icon' => 'add',
+                ]
             ]])
         </div>
 
-        <div class="content-wrap card">
+        <main class="content-wrap card">
             <h1 class="list-heading">{{ trans('entities.chapters_create') }}</h1>
             <form action="{{ $book->getUrl('/create-chapter') }}" method="POST">
-                @include('chapters/form')
+                @include('chapters.form')
             </form>
-        </div>
+        </main>
 
     </div>
 @stop
\ No newline at end of file