From bc85ab98315d5bbd21c5404689126252348a53c7 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Thu, 9 Apr 2015 17:28:25 -0300 Subject: Moving email date information to recipients line --- web-ui/app/templates/mails/full_view.hbs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'web-ui/app/templates/mails/full_view.hbs') diff --git a/web-ui/app/templates/mails/full_view.hbs b/web-ui/app/templates/mails/full_view.hbs index 50ac2776..55d116d2 100644 --- a/web-ui/app/templates/mails/full_view.hbs +++ b/web-ui/app/templates/mails/full_view.hbs @@ -10,7 +10,7 @@
-
+
{{#if signatureStatus}} {{t signatureStatus }} @@ -22,10 +22,7 @@ {{/if}}
-
- {{ header.formattedDate }} -
-
+
{{#if header.from }} {{ header.from }} @@ -36,7 +33,9 @@ {{{formatRecipients header}}}
- +
+ {{ header.formattedDate }} +

{{ header.subject }} -- cgit v1.2.3