diff options
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/templates/mails/sent.hbs | 12 |
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}} |