mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Fixed link in error pages
This commit is contained in:
parent
878f4f868d
commit
5d8faa934b
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue