summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/mails
diff options
context:
space:
mode:
authorPatrick Maia <patrickjourdanmaia@gmail.com>2014-11-17 22:42:21 +0000
committerPatrick Maia <patrickjourdanmaia@gmail.com>2014-11-17 22:42:21 +0000
commit9d051a63165ca505017e9d02f572d2be985d4aa1 (patch)
treeae9158292a472b05440992d114694397a6164703 /web-ui/app/templates/mails
parentf202ed1c57d5a727dbcc6d10d6a669d363639ab3 (diff)
Card #30 - shows attachment icon on mails list
Diffstat (limited to 'web-ui/app/templates/mails')
-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 }}