From 4b8ba14b221195957ac3892aff0b706b24634d59 Mon Sep 17 00:00:00 2001 From: rafael lisboa Date: Fri, 20 Feb 2015 19:23:00 -0200 Subject: Reformat sent email list item template --- web-ui/app/templates/mails/sent.hbs | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'web-ui/app/templates/mails') diff --git a/web-ui/app/templates/mails/sent.hbs b/web-ui/app/templates/mails/sent.hbs index 1bd907e4..e4b49b37 100644 --- a/web-ui/app/templates/mails/sent.hbs +++ b/web-ui/app/templates/mails/sent.hbs @@ -2,11 +2,17 @@ - + {{ header.formattedDate }} -
{{t 'to:'}} {{#if header.to }}{{ - header.to }}{{else}}{{t 'no_recipient'}}{{/if}}
+
+ {{t 'to:'}} + {{#if header.to }} + {{ header.to }} + {{else}} + {{t 'no_recipient'}} + {{/if}} +
{{#if header.subject }} {{header.subject}} -- cgit v1.2.3