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/sent.hbs | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'web-ui/app/templates/mails/sent.hbs') diff --git a/web-ui/app/templates/mails/sent.hbs b/web-ui/app/templates/mails/sent.hbs index b3cf110f..86b6e607 100644 --- a/web-ui/app/templates/mails/sent.hbs +++ b/web-ui/app/templates/mails/sent.hbs @@ -19,19 +19,17 @@ {{t 'no_recipient'}} {{/if}} -
+
{{#if header.subject }} {{header.subject}} {{else}} {{t 'no_subject'}} {{/if}}
-
-
    - {{#each tagsForListView }} -
  • {{ this }}
  • - {{/each }} -
-
+ -- cgit v1.2.3