summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/mails/single.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/templates/mails/single.hbs')
-rw-r--r--web-ui/app/templates/mails/single.hbs13
1 files changed, 7 insertions, 6 deletions
diff --git a/web-ui/app/templates/mails/single.hbs b/web-ui/app/templates/mails/single.hbs
index 0242f72d..997ab44f 100644
--- a/web-ui/app/templates/mails/single.hbs
+++ b/web-ui/app/templates/mails/single.hbs
@@ -3,12 +3,13 @@
</span>
<span>
<a href="/#/{{ tag }}/mail/{{ ident }}">
- <span class="received-date">{{ header.formattedDate }}</span>
- {{#if attachments}}
- <div class="attachment-indicator">
- <i class="fa fa-paperclip"></i>lalala
- </div>
- {{/if}}
+ <span class="received-date">{{ header.formattedDate }}
+ {{#if attachments}}
+ <div class="attachment-indicator">
+ <i class="fa fa-paperclip"></i>
+ </div>
+ {{/if}}
+ </span>
<div class="from">{{#if header.from }}{{ header.from }}{{else}}{{t "you"}}{{/if}}</div>
<div class="subject-and-tags">
{{ header.subject }}