Fixed link in error pages

This commit is contained in:
snipe 2017-03-03 19:06:34 -08:00
parent 878f4f868d
commit 5d8faa934b
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('home') }}">return to the dashboard</a>, or contact your administrator.
Sad panda. You are not authorized to do the thing. Maybe <a href="{{ route('dashboard') }}">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('home') }}">return to the dashboard</a>.
You should maybe <a href="{{ route('dashboard') }}">return to the dashboard</a>.
</p>
</div>