You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

files_drop.handlebars 200B

1234567
  1. <li data-toggle="tooltip" title="{{name}}" data-name="{{name}}">
  2. '{{#if isUploading}}
  3. <span class="icon-loading-small"></span> {{name}}
  4. {{else}}
  5. <img src="{{iconSrc}}"/> {{name}}
  6. {{/if}}
  7. </li>