summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/compose/attachment_item.hbs
blob: 7a64f6f5540454d6b23ea3fe384a00ab6bfa3314 (plain)
1
2
3
4
<li data-ident="{{ this.ident }}" class="compose-view__attachments-list-item">
    <a class="compose-view__attachments-list-item-label" href="/attachment/{{ this.ident }}?encoding={{ this.encoding }}&filename={{ this.name }}">{{ this.name }} <span class="attachment-size">({{ formatSize this.size}})</span></a>
    {{#if removable}}<i class="fa fa-close remove-icon compose-view__attachments-list-item-icon"></i>{{/if}}
</li>