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.hbs6
1 files changed, 5 insertions, 1 deletions
diff --git a/web-ui/app/templates/mails/single.hbs b/web-ui/app/templates/mails/single.hbs
index baf6251c..0242f72d 100644
--- a/web-ui/app/templates/mails/single.hbs
+++ b/web-ui/app/templates/mails/single.hbs
@@ -4,7 +4,11 @@
<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}}
<div class="from">{{#if header.from }}{{ header.from }}{{else}}{{t "you"}}{{/if}}</div>
<div class="subject-and-tags">
{{ header.subject }}