From 9dc4f10603f42df5cf37fd59cdf8e8df1bdd410a Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Mon, 10 Nov 2014 16:12:02 +0100 Subject: Adding a verification for the number of attachments --- web-ui/app/templates/mails/full_view.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 11ca8825..8e8f32f1 100644 --- a/web-ui/app/templates/mails/full_view.hbs +++ b/web-ui/app/templates/mails/full_view.hbs @@ -72,7 +72,7 @@ {{#if attachments}}
-

Attachments

+

{{ attachments.length }} attachment(s):

    {{#each attachments }}
  • -- cgit v1.2.3