Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2017-03-19 08:32:04 +0000
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
668ce262690d069db84ef269dc6bd1e832cb4ac6
668ce262
1 parent
4499ae84
Fixed back button behaviour on books edit
As reported in #339
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
resources/views/books/form.blade.php
resources/views/books/form.blade.php
View file @
668ce26
...
...
@@ -11,6 +11,6 @@
</div>
<div
class=
"form-group"
>
<a
href=
"{{
back()->getTargetUrl(
) }}"
class=
"button muted"
>
{{ trans('common.cancel') }}
</a>
<a
href=
"{{
isset($book) ? $book->getUrl() : baseUrl('/books'
) }}"
class=
"button muted"
>
{{ trans('common.cancel') }}
</a>
<button
type=
"submit"
class=
"button pos"
>
{{ trans('entities.books_save') }}
</button>
</div>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment