From 97dbf261bd8ca9708673fc1c569b3b26ad8cf67c Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Thu, 4 Feb 2016 11:35:53 +0100 Subject: Issue #551 - Show attachment name during upload --- web-ui/app/templates/compose/attachment_upload_item.hbs | 4 ++++ web-ui/app/templates/compose/attachments_list.hbs | 9 +-------- 2 files changed, 5 insertions(+), 8 deletions(-) create mode 100644 web-ui/app/templates/compose/attachment_upload_item.hbs (limited to 'web-ui/app/templates/compose') diff --git a/web-ui/app/templates/compose/attachment_upload_item.hbs b/web-ui/app/templates/compose/attachment_upload_item.hbs new file mode 100644 index 00000000..ff783267 --- /dev/null +++ b/web-ui/app/templates/compose/attachment_upload_item.hbs @@ -0,0 +1,4 @@ +
  • +
    + {{ this.name }} ({{ formatSize this.size}}) +
  • diff --git a/web-ui/app/templates/compose/attachments_list.hbs b/web-ui/app/templates/compose/attachments_list.hbs index 0091583d..4d3f1cac 100644 --- a/web-ui/app/templates/compose/attachments_list.hbs +++ b/web-ui/app/templates/compose/attachments_list.hbs @@ -12,14 +12,7 @@ {{> attachment_item this }} {{/each }} - + -- cgit v1.2.3