From 78925e0332bbc41ed37e27d506be192abdb7124e Mon Sep 17 00:00:00 2001 From: NavaL Date: Fri, 12 Feb 2016 14:53:27 -0200 Subject: Revert "Revert "Issue #549 - Implemented UI part of remote attachments"" This reverts commit 48144118cf0e861ad1ca0ae7900a8cd12d4313db. --- web-ui/app/templates/compose/attachment_item.hbs | 5 ++++- web-ui/app/templates/compose/attachments_list.hbs | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'web-ui/app/templates/compose') diff --git a/web-ui/app/templates/compose/attachment_item.hbs b/web-ui/app/templates/compose/attachment_item.hbs index a69f209e..6fefda2f 100644 --- a/web-ui/app/templates/compose/attachment_item.hbs +++ b/web-ui/app/templates/compose/attachment_item.hbs @@ -1,8 +1,11 @@ -
  • +
  • {{ this.name }} ({{ formatSize this.size}}) {{#if received}} {{/if}} + {{#if removable}} + + {{/if}}
  • diff --git a/web-ui/app/templates/compose/attachments_list.hbs b/web-ui/app/templates/compose/attachments_list.hbs index e6e45cf3..4d3f1cac 100644 --- a/web-ui/app/templates/compose/attachments_list.hbs +++ b/web-ui/app/templates/compose/attachments_list.hbs @@ -18,4 +18,3 @@
    - -- cgit v1.2.3