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/draft.hbs | 41 -------------- web-ui/app/templates/mails/full_view.hbs | 83 ----------------------------- web-ui/app/templates/mails/mail_actions.hbs | 6 --- web-ui/app/templates/mails/sent.hbs | 36 ------------- web-ui/app/templates/mails/single.hbs | 28 ---------- web-ui/app/templates/mails/trash.hbs | 32 ----------- 6 files changed, 226 deletions(-) delete mode 100644 web-ui/app/templates/mails/draft.hbs delete mode 100644 web-ui/app/templates/mails/full_view.hbs delete mode 100644 web-ui/app/templates/mails/mail_actions.hbs delete mode 100644 web-ui/app/templates/mails/sent.hbs delete mode 100644 web-ui/app/templates/mails/single.hbs delete mode 100644 web-ui/app/templates/mails/trash.hbs (limited to 'web-ui/app/templates/mails') diff --git a/web-ui/app/templates/mails/draft.hbs b/web-ui/app/templates/mails/draft.hbs deleted file mode 100644 index 808ce3ff..00000000 --- a/web-ui/app/templates/mails/draft.hbs +++ /dev/null @@ -1,41 +0,0 @@ -
- -
- - -
-
- {{t 'to'}}: - {{#if header.to }} - {{ header.to }} - {{else}} - {{t 'no-recipient'}} - {{/if}} -
- - {{ formatDate header.date }} -
-
-
- - {{#if header.subject }} - {{header.subject}} - {{else}} - {{t 'no-subject'}} - {{/if}} -
- - {{#if attachments}} -
- {{/if}} -
- -
- - - - 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}} -
diff --git a/web-ui/app/templates/mails/mail_actions.hbs b/web-ui/app/templates/mails/mail_actions.hbs deleted file mode 100644 index 0adfe853..00000000 --- a/web-ui/app/templates/mails/mail_actions.hbs +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/web-ui/app/templates/mails/sent.hbs b/web-ui/app/templates/mails/sent.hbs deleted file mode 100644 index 158b20c8..00000000 --- a/web-ui/app/templates/mails/sent.hbs +++ /dev/null @@ -1,36 +0,0 @@ -
- -
- -
-
- {{t 'to'}}: - {{#if header.to }} - {{ header.to }} - {{else}} - {{t 'no-recipient'}} - {{/if}} -
- - {{ formatDate header.date }} -
-
-
- {{#if header.subject }} - {{header.subject}} - {{else}} - {{t 'no-subject'}} - {{/if}} -
- - {{#if attachments}} -
- {{/if}} -
- -
- diff --git a/web-ui/app/templates/mails/single.hbs b/web-ui/app/templates/mails/single.hbs deleted file mode 100644 index aaede844..00000000 --- a/web-ui/app/templates/mails/single.hbs +++ /dev/null @@ -1,28 +0,0 @@ -
- -
- -
-
- {{#if header.from }} - {{ header.from }} - {{else}} - {{t "you"}} - {{/if}} -
- - {{ formatDate header.date }} -
-
-
{{ header.subject }}
- - {{#if attachments}} -
- {{/if}} -
- -
diff --git a/web-ui/app/templates/mails/trash.hbs b/web-ui/app/templates/mails/trash.hbs deleted file mode 100644 index f8947b15..00000000 --- a/web-ui/app/templates/mails/trash.hbs +++ /dev/null @@ -1,32 +0,0 @@ -
- -
- -
-
- {{#if header.from }} - {{ header.from }} - {{else}} - {{t "you"}} - {{/if}} -
- - {{ formatDate header.date }} -
-
-
- - {{ header.subject }} -
- - {{#if attachments}} -
- {{/if}} -
- -
- -- cgit v1.2.3