summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/compose/attachments_list.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/templates/compose/attachments_list.hbs')
-rw-r--r--web-ui/app/templates/compose/attachments_list.hbs5
1 files changed, 1 insertions, 4 deletions
diff --git a/web-ui/app/templates/compose/attachments_list.hbs b/web-ui/app/templates/compose/attachments_list.hbs
index e21e311f..73113023 100644
--- a/web-ui/app/templates/compose/attachments_list.hbs
+++ b/web-ui/app/templates/compose/attachments_list.hbs
@@ -13,10 +13,7 @@
<div class="attachmentsArea column large-12">
<ul id="attachment-list-item">
{{#each attachments }}
- <li>
- <a href="/attachment/{{ this.ident }}?encoding={{ this.encoding }}&filename={{ this.name }}">{{ this.name }} <span class="attachment-size">({{ formatSize this.size}})</span>
- <i class="fa fa-arrow-down download-icon"></i></a>
- </li>
+ {{> attachment_item this }}
{{/each }}
</ul>
</div>