From b1283a90007a85d4d3ac565d484334a77523ca63 Mon Sep 17 00:00:00 2001 From: Patrick Maia and Victor Shyba Date: Mon, 3 Nov 2014 17:35:12 -0300 Subject: Card #30 - shows attachment information on mail visualization --- web-ui/app/templates/mails/full_view.hbs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web-ui/app/templates/mails/full_view.hbs') 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 @@

{{ this }}

{{/each }} + + {{#if attachments}} +
+ {{#each attachments }} + {{ this.name }} + {{/each }} +
+ {{/if}}