From 342828fd818aa3212e0aed2ba79e0218e1274c6c Mon Sep 17 00:00:00 2001 From: NavaL Date: Mon, 11 Jan 2016 20:07:47 +0100 Subject: adding paperclip icon on sent mails and drafts email lists Issue #573 --- web-ui/app/templates/mails/sent.hbs | 52 +++++++++++++++++++++---------------- 1 file changed, 29 insertions(+), 23 deletions(-) (limited to 'web-ui/app/templates/mails/sent.hbs') diff --git a/web-ui/app/templates/mails/sent.hbs b/web-ui/app/templates/mails/sent.hbs index a0712124..b3cf110f 100644 --- a/web-ui/app/templates/mails/sent.hbs +++ b/web-ui/app/templates/mails/sent.hbs @@ -3,29 +3,35 @@ - {{ formatDate header.date }} + {{ formatDate header.date }} + {{#if attachments}} +
+ +
+ {{/if}} +
-
- {{t 'to:'}} - {{#if header.to }} - {{ header.to }} - {{else}} - {{t 'no_recipient'}} - {{/if}} -
-
- {{#if header.subject }} - {{header.subject}} - {{else}} - {{t 'no_subject'}} - {{/if}} -
-
-
    - {{#each tagsForListView }} -
  • {{ this }}
  • - {{/each }} -
-
+
+ {{t 'to:'}} + {{#if header.to }} + {{ header.to }} + {{else}} + {{t 'no_recipient'}} + {{/if}} +
+
+ {{#if header.subject }} + {{header.subject}} + {{else}} + {{t 'no_subject'}} + {{/if}} +
+
+
    + {{#each tagsForListView }} +
  • {{ this }}
  • + {{/each }} +
+
-- cgit v1.2.3