mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 14:09:43 -08:00
Fixed link in error pages
This commit is contained in:
parent
878f4f868d
commit
5d8faa934b
|
@ -20,7 +20,7 @@
|
||||||
<div class="error-content">
|
<div class="error-content">
|
||||||
<h3><i class="fa fa-warning text-yellow"></i> 403 Forbidden.</h3>
|
<h3><i class="fa fa-warning text-yellow"></i> 403 Forbidden.</h3>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
<h3><i class="fa fa-warning text-yellow"></i> 404 Page not found.</h3>
|
<h3><i class="fa fa-warning text-yellow"></i> 404 Page not found.</h3>
|
||||||
<p>
|
<p>
|
||||||
Sad panda. We could not find the page you were looking for.
|
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>
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue