mirror of
https://github.com/nextcloud/server.git
synced 2026-03-31 14:47:35 -04:00
7 lines
199 B
Handlebars
7 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>
|