aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/templates/detailsview.handlebars
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/js/templates/detailsview.handlebars')
-rw-r--r--apps/files/js/templates/detailsview.handlebars13
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/files/js/templates/detailsview.handlebars b/apps/files/js/templates/detailsview.handlebars
deleted file mode 100644
index 4d489e4fa0d..00000000000
--- a/apps/files/js/templates/detailsview.handlebars
+++ /dev/null
@@ -1,13 +0,0 @@
-<div class="detailFileInfoContainer"></div>
-{{#if tabHeaders}}
-<ul class="tabHeaders">
- {{#each tabHeaders}}
- <li class="tabHeader" data-tabid="{{tabId}}" tabindex="0">
- {{#if tabIcon}}<span class="icon {{tabIcon}}"></span>{{/if}}
- <a href="#" tabindex="-1">{{label}}</a>
- </li>
- {{/each}}
-</ul>
-{{/if}}
-<div class="tabsContainer"></div>
-<a class="close icon-close" href="#"><span class="hidden-visually">{{closeLabel}}</span></a>