From b14833fbb56bcd5bff0750c16fd9214009b955be Mon Sep 17 00:00:00 2001 From: Zara Gebru Date: Fri, 2 Dec 2016 15:25:23 +0100 Subject: [refactor] move app dir into public dir --- web-ui/app/templates/mails/full_view.hbs | 83 -------------------------------- 1 file changed, 83 deletions(-) delete mode 100644 web-ui/app/templates/mails/full_view.hbs (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 deleted file mode 100644 index 40bfd4a2..00000000 --- a/web-ui/app/templates/mails/full_view.hbs +++ /dev/null @@ -1,83 +0,0 @@ - - -
-
- - -
- {{#if signatureStatus}} - - {{t signatureStatus.label }} - - {{/if}} - {{#if encryptionStatus}} - - {{t encryptionStatus.label }} - - {{/if}} -
- -
- - {{#if header.from }} - {{ header.from }} - {{else}} - {{t 'you'}} - {{/if}} - - - {{{formatRecipients header}}} -
- -
- {{ formatDate header.date }} -
- -
- -
-

{{ header.subject }}

-
- - - -
    -
  • - -
  • - - {{#each tags }} -
  • {{ this }}
  • - {{/each }} - -
  • - -
  • - -
  • - -
  • -
-
- - - - {{#if attachments}} -
- -
-

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

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