From 9b8d8c46326a6d381f0440c37f7e8a91deec49c6 Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Wed, 23 Mar 2016 13:55:25 +0100 Subject: Issue #648: Refactor mail-list --- web-ui/app/templates/mails/draft.hbs | 66 +++++++++++++++++++++--------------- 1 file changed, 38 insertions(+), 28 deletions(-) (limited to 'web-ui/app/templates/mails/draft.hbs') diff --git a/web-ui/app/templates/mails/draft.hbs b/web-ui/app/templates/mails/draft.hbs index 675f1481..9f4192cc 100644 --- a/web-ui/app/templates/mails/draft.hbs +++ b/web-ui/app/templates/mails/draft.hbs @@ -1,31 +1,41 @@ - - - - - - {{ formatDate header.date }} - {{#if attachments}} -
- -
- {{/if}} -
+
+ +
+ +
+
+
+ {{t 'to:'}} + {{#if header.to }} + {{ header.to }} + {{else}} + {{t 'no_recipient'}} + {{/if}} +
-
- {{t 'to:'}} - {{#if header.to }} - {{ header.to }} - {{else}} - {{t 'no_recipient'}} - {{/if}} + {{ formatDate header.date }}
-