* Change the "Go back" button in Message

This commit is contained in:
Visman 2018-09-16 17:26:47 +07:00
parent b6e9b2ebef
commit b79618c6b9

View file

@ -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>