Switch to URL

This commit is contained in:
snipe 2017-03-03 19:07:57 -08:00
parent 5d8faa934b
commit 69b014a342
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
<div class="error-content">
<h3><i class="fa fa-warning text-yellow"></i> 403 Forbidden.</h3>
<p>
Sad panda. You are not authorized to do the thing. Maybe <a href="{{ route('dashboard') }}">return to the dashboard</a>, or contact your administrator.
Sad panda. You are not authorized to do the thing. Maybe <a href="{{ url('/') }}">return to the dashboard</a>, or contact your administrator.
</p>
</div>

View file

@ -21,7 +21,7 @@
<h3><i class="fa fa-warning text-yellow"></i> 404 Page not found.</h3>
<p>
Sad panda. We could not find the page you were looking for.
You should maybe <a href="{{ route('dashboard') }}">return to the dashboard</a>.
You should maybe <a href="{{ url('/') }}">return to the dashboard</a>.
</p>
</div>