From e3939d4c1dff0f152fa13ce8a89f751c79ecace2 Mon Sep 17 00:00:00 2001 From: Jefferson Stachelski Date: Mon, 1 Feb 2016 17:50:06 -0200 Subject: Issue #549 - Implemented UI part of remote attachments --- 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 73113023..936db2c9 100644 --- a/web-ui/app/templates/compose/attachments_list.hbs +++ b/web-ui/app/templates/compose/attachments_list.hbs @@ -21,4 +21,3 @@
    - -- cgit v1.2.3