]> BookStack Code Mirror - bookstack/blobdiff - resources/views/chapters/create.blade.php
Page Attachments - Improved UI, Now initially complete
[bookstack] / resources / views / chapters / create.blade.php
index 4e506fef93fff37c9f73b7aee7367a66abf54dad..b81cb15d7956054971fd7e32f307d8a7ad50837f 100644 (file)
@@ -2,9 +2,9 @@
 
 @section('content')
 
-    <div class="page-content">
+    <div class="container small" ng-non-bindable>
         <h1>Create New Chapter</h1>
-        <form action="{{$book->getUrl()}}/chapter/create" method="POST">
+        <form action="{{ $book->getUrl('/chapter/create') }}" method="POST">
             @include('chapters/form')
         </form>
     </div>