From 626aae40b9407a1b044c33784dfd42dff784ad9c Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Mon, 21 Mar 2016 12:09:54 +0100 Subject: Issue #649: Refactor Tags --- web-ui/app/templates/mails/trash.hbs | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'web-ui/app/templates/mails/trash.hbs') diff --git a/web-ui/app/templates/mails/trash.hbs b/web-ui/app/templates/mails/trash.hbs index 4475aeb0..ea8fe07f 100644 --- a/web-ui/app/templates/mails/trash.hbs +++ b/web-ui/app/templates/mails/trash.hbs @@ -11,16 +11,14 @@ {{/if}}
{{#if header.from }}{{ header.from }}{{else}}{{t "you"}}{{/if}}
-
+
{{ header.subject }}
-
-
    - {{#each tagsForListView }} -
  • {{ this }}
  • - {{/each }} -
-
+ -- cgit v1.2.3