summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/compose/attachment_item.hbs
blob: a69f209eb7fa3ef2d9587531fab6c2c52d20276c (plain)
1
2
3
4
5
6
7
8
<li>
    <a href="/attachment/{{ this.ident }}?encoding={{ this.encoding }}&filename={{ this.name }}">
        {{ this.name }} <span class="attachment-size">({{ formatSize this.size}})</span>
        {{#if received}}
            <i class="fa fa-arrow-down download-icon"></i>
        {{/if}}
    </a>
</li>