From 63823acc2d6bc7eb2da016a0122eabd895dfb55f Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Mon, 10 Nov 2014 15:57:47 +0100 Subject: adds styling to attachment area. --- web-ui/app/templates/mails/full_view.hbs | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (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 820d2ed0..11ca8825 100644 --- a/web-ui/app/templates/mails/full_view.hbs +++ b/web-ui/app/templates/mails/full_view.hbs @@ -70,10 +70,17 @@ {{#if attachments}} -
- {{#each attachments }} - {{ this.name }} - {{/each }} +
+
+

Attachments

+ +
{{/if}}
-- cgit v1.2.3