]> BookStack Code Mirror - bookstack/blobdiff - resources/views/chapters/create.blade.php
Fixes typo causing the message not to be displayed
[bookstack] / resources / views / chapters / create.blade.php
index 4e506fef93fff37c9f73b7aee7367a66abf54dad..afdbfa99d058c8fd5ee2cca2f3f9377552d7d712 100644 (file)
@@ -2,9 +2,9 @@
 
 @section('content')
 
-    <div class="page-content">
-        <h1>Create New Chapter</h1>
-        <form action="{{$book->getUrl()}}/chapter/create" method="POST">
+    <div class="container small" ng-non-bindable>
+        <h1>{{ trans('entities.chapters_create') }}</h1>
+        <form action="{{ $book->getUrl('/chapter/create') }}" method="POST">
             @include('chapters/form')
         </form>
     </div>