From 377e03f7286b0f8f0e44186ced30a4092e1c0d4b Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Tue, 28 Oct 2014 17:06:13 +0100 Subject: Fixing open div tag --- web-ui/app/templates/mails/single.hbs | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (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 8edcb87c..baf6251c 100644 --- a/web-ui/app/templates/mails/single.hbs +++ b/web-ui/app/templates/mails/single.hbs @@ -1,19 +1,20 @@ - + - - {{ header.formattedDate }} + + {{ header.formattedDate }} -
{{#if header.from }}{{ header.from }}{{else}}{{t "you"}}{{/if}}
-
- {{ header.subject }} -
-
-
    - {{#each tagsForListView }} -
  • {{ this }}
  • - {{/each }} -
-
+
{{#if header.from }}{{ header.from }}{{else}}{{t "you"}}{{/if}}
+
+ {{ header.subject }} +
+
+
    + {{#each tagsForListView }} +
  • {{ this }}
  • + {{/each }} +
+
+ -- cgit v1.2.3