summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/mails/full_view.hbs
diff options
context:
space:
mode:
authorGiovane <giovaneliberato@gmail.com>2015-12-21 15:56:14 -0200
committerGiovane <giovaneliberato@gmail.com>2015-12-21 16:58:36 -0200
commit77b5ecdf0664b9b692df9bd0444062d47feddda1 (patch)
treedef283a419dede16d2e9e4b377243b7c27441049 /web-ui/app/templates/mails/full_view.hbs
parent96ac1ed223a144319c3a3d5725c2551b97b1b918 (diff)
Make download attachment link as a box #558 w/ @albogabriel
Diffstat (limited to 'web-ui/app/templates/mails/full_view.hbs')
-rw-r--r--web-ui/app/templates/mails/full_view.hbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/templates/mails/full_view.hbs b/web-ui/app/templates/mails/full_view.hbs
index 27d758bc..a925fe5d 100644
--- a/web-ui/app/templates/mails/full_view.hbs
+++ b/web-ui/app/templates/mails/full_view.hbs
@@ -73,7 +73,7 @@
<ul>
{{#each attachments }}
<li>
- <a href="/attachment/{{ this.ident }}?encoding={{ this.encoding }}&filename={{ this.name }}">{{ this.name }}</a>
+ <a href="/attachment/{{ this.ident }}?encoding={{ this.encoding }}&filename={{ this.name }}">{{ this.name }}<i class="fa fa-arrow-down download-icon"></i></a>
</li>
{{/each }}
</ul>