diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2014-11-12 12:10:21 +0100 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2014-11-12 12:10:21 +0100 |
commit | 077c8abf47abb10c5c1dc92ab5c3a36d353281ec (patch) | |
tree | 205caca75a3d8b1c2e9bbb76a48863cc74ac33e5 /web-ui/app/templates/mails | |
parent | d510e3ba01bfd69578f824e61d0760555fd8cd1d (diff) |
Removing the attachments icon for now
Diffstat (limited to 'web-ui/app/templates/mails')
-rw-r--r-- | web-ui/app/templates/mails/single.hbs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/web-ui/app/templates/mails/single.hbs b/web-ui/app/templates/mails/single.hbs index 32ddb869..baf6251c 100644 --- a/web-ui/app/templates/mails/single.hbs +++ b/web-ui/app/templates/mails/single.hbs @@ -3,9 +3,7 @@ </span> <span> <a href="/#/{{ tag }}/mail/{{ ident }}"> - <span class="received-date">{{ header.formattedDate }} - <br><i class="fa fa-paperclip icon-flip-horizontal" style="right:5px;position:absolute;font-size:initial;margin: 5px 5px 0 0;"></i> - </span> + <span class="received-date">{{ header.formattedDate }}</span> <div class="from">{{#if header.from }}{{ header.from }}{{else}}{{t "you"}}{{/if}}</div> <div class="subject-and-tags"> |