From c934411228df6b98109f8eb629cf9eac0e02825e Mon Sep 17 00:00:00 2001 From: Boris Date: Mon, 28 Apr 2014 17:51:15 +1000 Subject: [PATCH] User profile page template: add extra wrapper into primary details section to allow laying textual items out on the right of the avatar --- .../templates/user/user.js.handlebars | 23 +++++++++++-------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/user/user.js.handlebars b/app/assets/javascripts/discourse/templates/user/user.js.handlebars index 0cf25536aad..bfe03aa0473 100644 --- a/app/assets/javascripts/discourse/templates/user/user.js.handlebars +++ b/app/assets/javascripts/discourse/templates/user/user.js.handlebars @@ -53,20 +53,23 @@
{{boundAvatar model imageSize="huge"}} -

{{username}} {{{statusIcon}}}

-

{{name}}

-
{{{bio_cooked}}}
+
+

{{username}} {{{statusIcon}}}

+

{{name}}

- {{groups-list groups=custom_groups}} +
{{{bio_cooked}}}
- {{#if isSuspended}} -
- - {{i18n user.suspended_notice date="suspendedTillDate"}}
- {{i18n user.suspended_reason}} {{suspend_reason}} + {{groups-list groups=custom_groups}} + + {{#if isSuspended}} +
+ + {{i18n user.suspended_notice date="suspendedTillDate"}}
+ {{i18n user.suspended_reason}} {{suspend_reason}} +
+ {{/if}}
- {{/if}}