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/public/templates/mails/single.hbs | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 web-ui/public/templates/mails/single.hbs (limited to 'web-ui/public/templates/mails/single.hbs') diff --git a/web-ui/public/templates/mails/single.hbs b/web-ui/public/templates/mails/single.hbs new file mode 100644 index 00000000..aaede844 --- /dev/null +++ b/web-ui/public/templates/mails/single.hbs @@ -0,0 +1,28 @@ +
+ +
+ +
+
+ {{#if header.from }} + {{ header.from }} + {{else}} + {{t "you"}} + {{/if}} +
+ + {{ formatDate header.date }} +
+
+
{{ header.subject }}
+ + {{#if attachments}} +
+ {{/if}} +
+ +
-- cgit v1.2.3