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/draft.hbs | 8 +++++- web-ui/app/templates/mails/sent.hbs | 52 ++++++++++++++++++++---------------- 2 files changed, 36 insertions(+), 24 deletions(-) (limited to 'web-ui/app/templates/mails') diff --git a/web-ui/app/templates/mails/draft.hbs b/web-ui/app/templates/mails/draft.hbs index c3d2fa5b..536802a1 100644 --- a/web-ui/app/templates/mails/draft.hbs +++ b/web-ui/app/templates/mails/draft.hbs @@ -3,7 +3,13 @@ - {{ formatDate header.date }} + {{ formatDate header.date }} + {{#if attachments}} +
+ +
+ {{/if}} +