diff options
Diffstat (limited to 'web-ui/app')
| -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">  | 
