Update 404 to show only on dashboard and api
This commit is contained in:
@@ -2,13 +2,17 @@
|
||||
|
||||
@section('content')
|
||||
<div class="middle-box text-center">
|
||||
<div>
|
||||
<img class="logo" height="65" src="{{ url('img/cachet-logo.svg') }}" alt="Cachet"/>
|
||||
</div>
|
||||
<h1>404</h1>
|
||||
<h3 class="font-bold">Page Not Found</h3>
|
||||
<h3>{{ Lang::get('cachet.dashboard.not_found') }}</h3>
|
||||
|
||||
<div class="error-desc">
|
||||
<p>Sorry, but the page you are looking for has not been found. Check the URL for errors and try again.</p>
|
||||
<p>{{ Lang::get('cachet.dashboard.not_found_message') }}</p>
|
||||
<br/>
|
||||
<p>
|
||||
<a href='/' class='btn btn-default btn-lg'>Home</a>
|
||||
<a href='/' class='btn btn-default btn-lg'>{{ Lang::get('cachet.dashboard.not_found_link') }}</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user