X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/cf5d51e7b8c9172906f7943d2d70b6b37801a2c4..refs/pull/1755/head:/resources/views/books/create.blade.php diff --git a/resources/views/books/create.blade.php b/resources/views/books/create.blade.php index 6de81cd46..db3e90e51 100644 --- a/resources/views/books/create.blade.php +++ b/resources/views/books/create.blade.php @@ -28,7 +28,7 @@

{{ trans('entities.books_create') }}

- @include('books.form') + @include('books.form', ['returnLocation' => isset($bookshelf) ? $bookshelf->getUrl() : url('/http/source.bookstackapp.com/books')])