From aaa18c53f4d2b5b49cfe3df71d682478d5811d01 Mon Sep 17 00:00:00 2001 From: Glauco Vinicius Date: Tue, 7 Apr 2015 21:34:10 -0300 Subject: #298 [Glauco, Luiz] Including trash icon on trashed emails --- web-ui/app/templates/mails/single.hbs | 41 ++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 20 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 997ab44f..a74c9606 100644 --- a/web-ui/app/templates/mails/single.hbs +++ b/web-ui/app/templates/mails/single.hbs @@ -1,25 +1,26 @@ - + - - {{ header.formattedDate }} - {{#if attachments}} -
- -
- {{/if}} -
-
{{#if header.from }}{{ header.from }}{{else}}{{t "you"}}{{/if}}
-
- {{ header.subject }} + + {{ header.formattedDate }} + {{#if attachments}} +
+
-
-
    - {{#each tagsForListView }} -
  • {{ this }}
  • - {{/each }} -
-
-
+ {{/if}} + +
{{#if header.from }}{{ header.from }}{{else}}{{t "you"}}{{/if}}
+
+ + {{ header.subject }} +
+
+
    + {{#each tagsForListView }} +
  • {{ this }}
  • + {{/each }} +
+
+ -- cgit v1.2.3