Update 404 to show only on dashboard and api

This commit is contained in:
Joseph Cohen
2014-12-31 19:10:19 -06:00
parent 78f69f38ef
commit 9501ffd1ba
3 changed files with 17 additions and 6 deletions
+7 -3
View File
@@ -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>