From 557fa0d17ff70a456669b25de69e4e6b180b374a Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Tue, 28 Oct 2014 09:56:02 -0200 Subject: Rearranging tags position inside the mail list --- web-ui/app/templates/mails/sent.hbs | 14 ++++++++------ web-ui/app/templates/mails/single.hbs | 12 ++++++------ 2 files changed, 14 insertions(+), 12 deletions(-) (limited to 'web-ui/app/templates/mails') diff --git a/web-ui/app/templates/mails/sent.hbs b/web-ui/app/templates/mails/sent.hbs index 826a66d5..1bd907e4 100644 --- a/web-ui/app/templates/mails/sent.hbs +++ b/web-ui/app/templates/mails/sent.hbs @@ -2,22 +2,24 @@ - + {{ header.formattedDate }}
{{t 'to:'}} {{#if header.to }}{{ header.to }}{{else}}{{t 'no_recipient'}}{{/if}}
-
    - {{#each tagsForListView }} -
  • {{ this }}
  • - {{/each }} -
{{#if header.subject }} {{header.subject}} {{else}} {{t 'no_subject'}} {{/if}}
+
+
    + {{#each tagsForListView }} +
  • {{ this }}
  • + {{/each }} +
+
diff --git a/web-ui/app/templates/mails/single.hbs b/web-ui/app/templates/mails/single.hbs index 9a054c79..8edcb87c 100644 --- a/web-ui/app/templates/mails/single.hbs +++ b/web-ui/app/templates/mails/single.hbs @@ -7,13 +7,13 @@
{{#if header.from }}{{ header.from }}{{else}}{{t "you"}}{{/if}}
- - {{ header.subject }}
+
+ -- cgit v1.2.3