]> BookStack Code Mirror - bookstack/blobdiff - resources/views/books/edit.blade.php
Fixes typo causing the message not to be displayed
[bookstack] / resources / views / books / edit.blade.php
index 2b9e376e7b33f8e1bb008868ef4e3b5fe87d7a99..2419b68da807ab1a346293ee38ec694e67c1c25a 100644 (file)
@@ -2,6 +2,16 @@
 
 @section('content')
 
+    <div class="faded-small toolbar">
+        <div class="container">
+            <div class="row">
+                <div class="col-sm-12 faded">
+                    @include('books._breadcrumbs', ['book' => $book])
+                </div>
+            </div>
+        </div>
+    </div>
+
     <div class="container small" ng-non-bindable>
         <h1>{{ trans('entities.books_edit') }}</h1>
         <form action="{{ $book->getUrl() }}" method="POST">