From f0a044c2e0603e9bdd5c48935e7f4953c3e5cdd7 Mon Sep 17 00:00:00 2001 From: opi Date: Sun, 13 Jul 2014 12:28:24 +0200 Subject: [PATCH] [fix] Missing span closing tag in user info. --- views/user/user_info.ms | 75 ++++++++++++++++++++--------------------- 1 file changed, 37 insertions(+), 38 deletions(-) diff --git a/views/user/user_info.ms b/views/user/user_info.ms index 658c7530..2dce67dc 100644 --- a/views/user/user_info.ms +++ b/views/user/user_info.ms @@ -12,49 +12,48 @@

{{fullname}}

-
-
-
- -
+
-
- - - - +
+ +
- - +
+
{{t 'user_username'}}{{username}}
+ + + - - + + - - + + - - + + - - + + - - + + - - - -
{{t 'user_username'}}
{{t 'user_email'}}{{username}}
{{mail}}
{{t 'user_email'}}
{{t 'user_emailaliases'}}{{mail}}
{{#if mail-aliases}} {{#mail-aliases}} - {{.}}
- {{/mail-aliases}} {{/if}}
{{t 'user_emailaliases'}}
{{t 'user_emailforward'}}{{#if mail-aliases}} {{#mail-aliases}} + {{.}}
+ {{/mail-aliases}} {{/if}}
{{#if mail-forward}} {{#mail-forward}} - {{.}}
- {{/mail-forward}} {{/if}}
- - {{t 'user_username_edit' username}} - {{t 'delete'}} - -
-
-
-
+ + {{t 'user_emailforward'}} + + {{#if mail-forward}} {{#mail-forward}} + {{.}}
+ {{/mail-forward}} {{/if}} + + + + + {{t 'user_username_edit' username}} + {{t 'delete'}} + + + +