* Change the "Go back" button in Message
This commit is contained in:
parent
b6e9b2ebef
commit
b79618c6b9
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
|||
<h2>{!! __('Info') !!}</h2>
|
||||
<p>{!! $p->message !!}</p>
|
||||
@if ($p->back)
|
||||
<p><a href="javascript: history.go(-1)">{!! __('Go back') !!}</a></p>
|
||||
<p><a href="{!! $p->fRootLink !!}" onclick="window.history.back(); return false;">{!! __('Go back') !!}</a></p>
|
||||
@endif
|
||||
</section>
|
||||
|
|
Loading…
Add table
Reference in a new issue