open-vault/ui/app/templates/components/not-found.hbs

16 lines
526 B
Handlebars
Raw Normal View History

2018-04-03 14:16:57 +00:00
<div class="box is-shadowless" data-test-not-found>
<header class="page-header">
<div class="level">
<div class="level-left">
<h1 class="title is-3 has-text-grey">
404 Not Found
</h1>
</div>
</div>
</header>
<div class="box is-sideless has-background-white-bis has-text-grey has-text-centered">
<p>Sorry, we were unable to find any content at <code>{{or model.path path}}</code>.</p>
<p>Double check the url or go back {{home-link text="home"}}.</p>
</div>
</div>