summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/mails/full_view.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/templates/mails/full_view.hbs')
-rw-r--r--web-ui/app/templates/mails/full_view.hbs8
1 files changed, 8 insertions, 0 deletions
diff --git a/web-ui/app/templates/mails/full_view.hbs b/web-ui/app/templates/mails/full_view.hbs
index b28e8086..820d2ed0 100644
--- a/web-ui/app/templates/mails/full_view.hbs
+++ b/web-ui/app/templates/mails/full_view.hbs
@@ -68,6 +68,14 @@
<p>{{ this }}</p>
{{/each }}
</div>
+
+ {{#if attachments}}
+ <div class="attachmentsArea column large-12">
+ {{#each attachments }}
+ <a href="/attachment/{{ this.ident }}?encoding={{ this.encoding }}" target="_blank">{{ this.name }}</a>
+ {{/each }}
+ </div>
+ {{/if}}
</div>
<script>
(function () {