open-vault/ui/app/templates/vault/not-found.hbs
Matthew Irish 966c7dbf02
UI - New navbar and mount icons everywhere (#778)
New look for the navbar and new functionality on mobile. Also includes new look for the mounts list and headers in secret engines.
2018-10-21 14:19:34 -05:00

15 lines
363 B
Handlebars

<header>
<nav class="navbar is-grouped-split">
<div class="navbar-brand">
{{#home-link class="navbar-item has-text-white has-current-color-fill"}}
{{partial 'svg/vault-logo'}}
{{/home-link}}
</div>
</nav>
</header>
<section class="section">
<div class="container is-widescreen">
{{not-found model=model}}
</div>
</section>