mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Switch to URL
This commit is contained in:
parent
5d8faa934b
commit
69b014a342
|
@ -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('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>
|
</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('dashboard') }}">return to the dashboard</a>.
|
You should maybe <a href="{{ url('/') }}">return to the dashboard</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue