From e3c370a28f3ec8a2802a5098ed0cbb777292eba9 Mon Sep 17 00:00:00 2001 From: rafael lisboa Date: Fri, 20 Feb 2015 19:22:18 -0200 Subject: Add pencil icon to drafts --- web-ui/app/templates/mails/draft.hbs | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 web-ui/app/templates/mails/draft.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 new file mode 100644 index 00000000..87862f34 --- /dev/null +++ b/web-ui/app/templates/mails/draft.hbs @@ -0,0 +1,32 @@ + + + + + + {{ header.formattedDate }} + +
+ {{t 'to:'}} + {{#if header.to }} + {{ header.to }} + {{else}} + {{t 'no_recipient'}} + {{/if}} +
+
+ + {{#if header.subject }} + {{header.subject}} + {{else}} + {{t 'no_subject'}} + {{/if}} +
+
+
    + {{#each tagsForListView }} +
  • {{ this }}
  • + {{/each }} +
+
+
+
-- cgit v1.2.3