diff options
Diffstat (limited to 'apps/files_sharing/js/templates/files_drop.handlebars')
-rw-r--r-- | apps/files_sharing/js/templates/files_drop.handlebars | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files_sharing/js/templates/files_drop.handlebars b/apps/files_sharing/js/templates/files_drop.handlebars new file mode 100644 index 00000000000..4dea497f8de --- /dev/null +++ b/apps/files_sharing/js/templates/files_drop.handlebars @@ -0,0 +1,7 @@ +<li data-toggle="tooltip" title="{{name}}" data-name="{{name}}"> + '{{#if isUploading}} + <span class="icon-loading-small"></span> {{name}} + {{else}} + <img src="{{iconSrc}}"/> {{name}} + {{/if}} +</li> |