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.hbs12
1 files changed, 9 insertions, 3 deletions
diff --git a/web-ui/app/templates/mails/sent.hbs b/web-ui/app/templates/mails/sent.hbs
index 1bd907e4..e4b49b37 100644
--- a/web-ui/app/templates/mails/sent.hbs
+++ b/web-ui/app/templates/mails/sent.hbs
@@ -2,11 +2,17 @@
<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="from">
+ {{t 'to:'}}
+ {{#if header.to }}
+ {{ header.to }}
+ {{else}}
+ {{t 'no_recipient'}}
+ {{/if}}
+ </div>
<div class="subject-and-tags">
{{#if header.subject }}
{{header.subject}}