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

13 lines
482 B
Handlebars

<div class="box is-shadowless" data-test-not-found>
<PageHeader as |p|>
<p.levelLeft>
<h1 class="title is-3 has-text-grey">
404 Not Found
</h1>
</p.levelLeft>
</PageHeader>
<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 this.model.path this.path}}</code>.</p>
<p>Double check the url or go back <HomeLink @text="home" />.</p>
</div>
</div>