From 59939b8b2901550029480920f0d1b39097ce4a59 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Tue, 18 Nov 2014 00:35:28 +0100 Subject: #30 - Fixing paperclip icon placement --- web-ui/app/templates/mails/single.hbs | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'web-ui/app/templates/mails/single.hbs') diff --git a/web-ui/app/templates/mails/single.hbs b/web-ui/app/templates/mails/single.hbs index 0242f72d..997ab44f 100644 --- a/web-ui/app/templates/mails/single.hbs +++ b/web-ui/app/templates/mails/single.hbs @@ -3,12 +3,13 @@ - {{ header.formattedDate }} - {{#if attachments}} -
- lalala -
- {{/if}} + {{ header.formattedDate }} + {{#if attachments}} +
+ +
+ {{/if}} +
{{#if header.from }}{{ header.from }}{{else}}{{t "you"}}{{/if}}
{{ header.subject }} -- cgit v1.2.3