diff options
author | rafael lisboa <rafaelzlisboa@gmail.com> | 2015-02-20 19:23:00 -0200 |
---|---|---|
committer | rafael lisboa <rafaelzlisboa@gmail.com> | 2015-02-23 11:51:57 -0300 |
commit | 4b8ba14b221195957ac3892aff0b706b24634d59 (patch) | |
tree | 1f1e059443580a553ef9d7581c0b75f410c9f3c4 /web-ui/app | |
parent | e3c370a28f3ec8a2802a5098ed0cbb777292eba9 (diff) |
Reformat sent email list item template
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}} |