diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-10-18 15:47:18 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-10-18 15:54:17 +0200 |
commit | 45804b5bef932ba86ff5a28a40f1a7ebcb7c5290 (patch) | |
tree | f34ec68f71108a93a43781d72fcb12b1901a5d45 /apps/files/js/templates | |
parent | 302a5d81714c9aca3fa38fad9fe8879fb867c3e8 (diff) | |
download | nextcloud-server-45804b5bef932ba86ff5a28a40f1a7ebcb7c5290.tar.gz nextcloud-server-45804b5bef932ba86ff5a28a40f1a7ebcb7c5290.zip |
Add icon to file sidebar tabs
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/files/js/templates')
-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}} |