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, 8 insertions, 6 deletions
diff --git a/web-ui/app/templates/mails/sent.hbs b/web-ui/app/templates/mails/sent.hbs
index 826a66d5..1bd907e4 100644
--- a/web-ui/app/templates/mails/sent.hbs
+++ b/web-ui/app/templates/mails/sent.hbs
@@ -2,22 +2,24 @@
<input type="checkbox"/>
</span>
<span>
- <a href="/#/{{ tag }}/mail/{{ ident }}">
+ <a href="/#/{{ tag }}/mail/{{ ident }}">
<span class="sent-date">{{ header.formattedDate }}</span>
<div class="from">{{t 'to:'}} {{#if header.to }}{{
header.to }}{{else}}{{t 'no_recipient'}}{{/if}}</div>
<div class="subject-and-tags">
- <ul class="tags">
- {{#each tagsForListView }}
- <li class="tag" data-tag="{{this}}">{{ this }}</li>
- {{/each }}
- </ul>
{{#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>
</a>
</span>