Move header to route templates, remove obsolete code
This commit is contained in:
parent
f681524599
commit
220888a7c5
@ -6,18 +6,6 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
</aside>
|
</aside>
|
||||||
<main>
|
<main>
|
||||||
<header>
|
|
||||||
{{#if connecting}}
|
|
||||||
<!-- Connecting... -->
|
|
||||||
{{else}}
|
|
||||||
{{#if connected}}
|
|
||||||
{{breadcrumb-nav currentDirPath=currentDirPath}}
|
|
||||||
{{else}}
|
|
||||||
<!-- Please connect. -->
|
|
||||||
{{/if}}
|
|
||||||
{{/if}}
|
|
||||||
</header>
|
|
||||||
|
|
||||||
{{outlet}}
|
{{outlet}}
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
@ -1,3 +1,7 @@
|
|||||||
|
<header>
|
||||||
|
{{breadcrumb-nav currentDirPath=currentDirPath}}
|
||||||
|
</header>
|
||||||
|
|
||||||
{{#if currentListing}}
|
{{#if currentListing}}
|
||||||
{{directory-listing items=currentListing}}
|
{{directory-listing items=currentListing}}
|
||||||
{{/if}}
|
{{/if}}
|
@ -1,3 +1,7 @@
|
|||||||
|
<header>
|
||||||
|
{{breadcrumb-nav currentDirPath=currentDirPath}}
|
||||||
|
</header>
|
||||||
|
|
||||||
<div class="inspect-details">
|
<div class="inspect-details">
|
||||||
<section class="content">
|
<section class="content">
|
||||||
{{file-preview metaData=model.documentMetaData
|
{{file-preview metaData=model.documentMetaData
|
||||||
|
Loading…
x
Reference in New Issue
Block a user