From 48144118cf0e861ad1ca0ae7900a8cd12d4313db Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Mon, 8 Feb 2016 17:59:42 +0100 Subject: Revert "Issue #549 - Implemented UI part of remote attachments" This reverts commit e3939d4c1dff0f152fa13ce8a89f751c79ecace2. --- web-ui/app/templates/compose/attachment_item.hbs | 5 +---- web-ui/app/templates/compose/attachments_list.hbs | 1 + 2 files changed, 2 insertions(+), 4 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 6fefda2f..a69f209e 100644 --- a/web-ui/app/templates/compose/attachment_item.hbs +++ b/web-ui/app/templates/compose/attachment_item.hbs @@ -1,11 +1,8 @@ -
  • +
  • {{ 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 4d3f1cac..e6e45cf3 100644 --- a/web-ui/app/templates/compose/attachments_list.hbs +++ b/web-ui/app/templates/compose/attachments_list.hbs @@ -18,3 +18,4 @@
    + -- cgit v1.2.3