diff --git a/app/templates/application.hbs b/app/templates/application.hbs index 13e1738..750bde2 100644 --- a/app/templates/application.hbs +++ b/app/templates/application.hbs @@ -6,18 +6,6 @@ {{/if}}
-
- {{#if connecting}} - - {{else}} - {{#if connected}} - {{breadcrumb-nav currentDirPath=currentDirPath}} - {{else}} - - {{/if}} - {{/if}} -
- {{outlet}}
\ No newline at end of file diff --git a/app/templates/index.hbs b/app/templates/index.hbs index 6e302e2..4439d77 100644 --- a/app/templates/index.hbs +++ b/app/templates/index.hbs @@ -1,3 +1,7 @@ +
+ {{breadcrumb-nav currentDirPath=currentDirPath}} +
+ {{#if currentListing}} {{directory-listing items=currentListing}} {{/if}} \ No newline at end of file diff --git a/app/templates/inspect.hbs b/app/templates/inspect.hbs index 2a75f10..db3f73e 100644 --- a/app/templates/inspect.hbs +++ b/app/templates/inspect.hbs @@ -1,3 +1,7 @@ +
+ {{breadcrumb-nav currentDirPath=currentDirPath}} +
+
{{file-preview metaData=model.documentMetaData