]> BookStack Code Mirror - bookstack/blobdiff - resources/views/chapters/edit.blade.php
Page Attachments - Improved UI, Now initially complete
[bookstack] / resources / views / chapters / edit.blade.php
index e739aafb5f15f07d8d595693728d1919107279d4..0363da96d7817fc777641eb2380d27694cf7ca19 100644 (file)
@@ -2,9 +2,9 @@
 
 @section('content')
 
-    <div class="page-content">
+    <div class="container small" ng-non-bindable>
         <h1>Edit Chapter</h1>
-        <form action="{{$chapter->getUrl()}}" method="POST">
+        <form action="{{  $chapter->getUrl() }}" method="POST">
             <input type="hidden" name="_method" value="PUT">
             @include('chapters/form', ['model' => $chapter])
         </form>