server/apps/files_sharing/js/templates/files_drop.handlebars
Roeland Jago Douma bee5bbbf0e
Move files_drop to compiled handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-16 08:27:06 +02:00

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