diff options
Diffstat (limited to 'apps/files/js/templates/detailsview.handlebars')
-rw-r--r-- | apps/files/js/templates/detailsview.handlebars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/js/templates/detailsview.handlebars b/apps/files/js/templates/detailsview.handlebars index 841a8fe25fe..4d489e4fa0d 100644 --- a/apps/files/js/templates/detailsview.handlebars +++ b/apps/files/js/templates/detailsview.handlebars @@ -3,6 +3,7 @@ <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}} |