2018-10-15 12:54:57 +03:00
|
|
|
<li data-toggle="tooltip" title="{{name}}" data-name="{{name}}">
|
2018-12-29 13:53:31 +03:00
|
|
|
{{#if isUploading}}
|
2018-10-15 12:54:57 +03:00
|
|
|
<span class="icon-loading-small"></span> {{name}}
|
|
|
|
{{else}}
|
|
|
|
<img src="{{iconSrc}}"/> {{name}}
|
|
|
|
{{/if}}
|
|
|
|
</li>
|