summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/mails/sent.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/templates/mails/sent.hbs')
-rw-r--r--web-ui/app/templates/mails/sent.hbs14
1 files changed, 6 insertions, 8 deletions
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}}
</div>
- <div class="subject-and-tags">
+ <div class="subject">
{{#if header.subject }}
{{header.subject}}
{{else}}
{{t 'no_subject'}}
{{/if}}
</div>
- <div class="subject-and-tags">
- <ul class="tags">
- {{#each tagsForListView }}
- <li class="tag" data-tag="{{this}}">{{ this }}</li>
- {{/each }}
- </ul>
- </div>
+ <ul class="tags">
+ {{#each tagsForListView }}
+ <li class="tags-tag" data-tag="{{this}}">{{ this }}</li>
+ {{/each }}
+ </ul>
</a>
</span>