]> BookStack Code Mirror - bookstack/blobdiff - resources/views/chapters/edit.blade.php
Fixes typo causing the message not to be displayed
[bookstack] / resources / views / chapters / edit.blade.php
index e739aafb5f15f07d8d595693728d1919107279d4..272543e67f9a6a6a8892c403fbf0af94fea9ddcc 100644 (file)
@@ -2,9 +2,9 @@
 
 @section('content')
 
-    <div class="page-content">
-        <h1>Edit Chapter</h1>
-        <form action="{{$chapter->getUrl()}}" method="POST">
+    <div class="container small" ng-non-bindable>
+        <h1>{{ trans('entities.chapters_edit') }}</h1>
+        <form action="{{  $chapter->getUrl() }}" method="POST">
             <input type="hidden" name="_method" value="PUT">
             @include('chapters/form', ['model' => $chapter])
         </form>