From ccbf5c43a954a2f890f9135f671f007de21c86aa Mon Sep 17 00:00:00 2001 From: rafael lisboa Date: Thu, 9 Apr 2015 15:29:42 -0300 Subject: refactor mail item mixin creation and rendering --- web-ui/app/templates/mails/draft.hbs | 4 ++-- web-ui/app/templates/mails/full_view.hbs | 2 +- web-ui/app/templates/mails/sent.hbs | 4 ++-- web-ui/app/templates/mails/single.hbs | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) (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 index 87862f34..c3d2fa5b 100644 --- a/web-ui/app/templates/mails/draft.hbs +++ b/web-ui/app/templates/mails/draft.hbs @@ -2,8 +2,8 @@ - - {{ header.formattedDate }} + + {{ formatDate header.date }}
{{t 'to:'}} diff --git a/web-ui/app/templates/mails/full_view.hbs b/web-ui/app/templates/mails/full_view.hbs index 55d116d2..a5c41121 100644 --- a/web-ui/app/templates/mails/full_view.hbs +++ b/web-ui/app/templates/mails/full_view.hbs @@ -34,7 +34,7 @@ {{{formatRecipients header}}}
- {{ header.formattedDate }} + {{ formatDate header.date }}

diff --git a/web-ui/app/templates/mails/sent.hbs b/web-ui/app/templates/mails/sent.hbs index e4b49b37..a0712124 100644 --- a/web-ui/app/templates/mails/sent.hbs +++ b/web-ui/app/templates/mails/sent.hbs @@ -2,8 +2,8 @@ - - {{ header.formattedDate }} + + {{ formatDate header.date }}