From d63d8b4059f662a4fe2da2f8aa4151e759d16fc1 Mon Sep 17 00:00:00 2001 From: Glauco Vinicius Date: Wed, 8 Apr 2015 20:25:00 -0300 Subject: #363 [Luiz, Glauco] Trash Icon is not appearing for mails in Inbox anymore --- web-ui/app/templates/mails/single.hbs | 1 - web-ui/app/templates/mails/trash.hbs | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 web-ui/app/templates/mails/trash.hbs (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 a74c9606..90023713 100644 --- a/web-ui/app/templates/mails/single.hbs +++ b/web-ui/app/templates/mails/single.hbs @@ -12,7 +12,6 @@
{{#if header.from }}{{ header.from }}{{else}}{{t "you"}}{{/if}}
- {{ header.subject }}
diff --git a/web-ui/app/templates/mails/trash.hbs b/web-ui/app/templates/mails/trash.hbs new file mode 100644 index 00000000..a74c9606 --- /dev/null +++ b/web-ui/app/templates/mails/trash.hbs @@ -0,0 +1,26 @@ + + + + + + {{ header.formattedDate }} + {{#if attachments}} +
+ +
+ {{/if}} +
+
{{#if header.from }}{{ header.from }}{{else}}{{t "you"}}{{/if}}
+
+ + {{ header.subject }} +
+
+
    + {{#each tagsForListView }} +
  • {{ this }}
  • + {{/each }} +
+
+
+
-- cgit v1.2.3