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}}