]> BookStack Code Mirror - bookstack/blobdiff - resources/views/books/create.blade.php
Page Attachments - Improved UI, Now initially complete
[bookstack] / resources / views / books / create.blade.php
index c3bb3fd6a0c49294e1f01896f731e5583c3c5b03..60f4f65bde588e3c00037bc65cd8fd315a92ca6d 100644 (file)
@@ -2,18 +2,11 @@
 
 @section('content')
 
-    <div class="row">
-
-        <div class="col-md-3 page-menu">
-            <h4>You are creating a new book.</h4>
-        </div>
-
-        <div class="col-md-9 page-content">
-            <form action="/books" method="POST">
-                @include('books/form')
-            </form>
-        </div>
-
-    </div>
+<div class="container small" ng-non-bindable>
+    <h1>Create New Book</h1>
+    <form action="{{ baseUrl("/books") }}" method="POST">
+        @include('books/form')
+    </form>
+</div>
 
 @stop
\ No newline at end of file