From d510e3ba01bfd69578f824e61d0760555fd8cd1d Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Wed, 12 Nov 2014 11:56:01 +0100 Subject: Fixing functional test failure on 'trash/delete this message' step. Adding attachment icon to mail list --- web-ui/app/templates/mails/single.hbs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'web-ui/app/templates/mails') diff --git a/web-ui/app/templates/mails/single.hbs b/web-ui/app/templates/mails/single.hbs index baf6251c..32ddb869 100644 --- a/web-ui/app/templates/mails/single.hbs +++ b/web-ui/app/templates/mails/single.hbs @@ -3,7 +3,9 @@ - {{ header.formattedDate }} + {{ header.formattedDate }} +
+
{{#if header.from }}{{ header.from }}{{else}}{{t "you"}}{{/if}}
-- cgit v1.2.3