summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/mails/full_view.hbs
diff options
context:
space:
mode:
authorPatrick Maia <patrickjourdanmaia@gmail.com>2014-11-12 16:39:21 +0000
committerPatrick Maia <patrickjourdanmaia@gmail.com>2014-11-12 16:39:43 +0000
commitfa24aaf94af1dd8b4ead48d6518d3770a60d1211 (patch)
tree85fcc33ecb4b3b5f1a33fb286669a38d73b5de4b /web-ui/app/templates/mails/full_view.hbs
parent077c8abf47abb10c5c1dc92ab5c3a36d353281ec (diff)
Card #30 - fixes bug that was preventing attachment download
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 46a55318..4cdf25b9 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 }}" target="_blank">{{ this.name }}</a>
+ <a href="/attachment/{{ this.ident }}?encoding={{ this.encoding }}&filename={{ this.name }}">{{ this.name }}</a>
</li>
{{/each }}
</ul>