Move header to route templates, remove obsolete code

This commit is contained in:
2017-12-30 20:05:41 +01:00
parent f681524599
commit 220888a7c5
3 changed files with 8 additions and 12 deletions

View File

@@ -6,18 +6,6 @@
{{/if}}
</aside>
<main>
<header>
{{#if connecting}}
<!-- Connecting... -->
{{else}}
{{#if connected}}
{{breadcrumb-nav currentDirPath=currentDirPath}}
{{else}}
<!-- Please connect. -->
{{/if}}
{{/if}}
</header>
{{outlet}}
</main>
</div>