nextcloud/apps/files_sharing/js/templates/files_drop.handlebars

8 lines
199 B
Handlebars

<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>