diff --git a/app/assets/javascripts/discourse/app/templates/user.hbs b/app/assets/javascripts/discourse/app/templates/user.hbs index fd72ddbbe97..760dee20912 100644 --- a/app/assets/javascripts/discourse/app/templates/user.hbs +++ b/app/assets/javascripts/discourse/app/templates/user.hbs @@ -340,22 +340,25 @@
{{#if this.model.created_at}} -
{{i18n "user.created"}}
{{bound-date - this.model.created_at - }}
+
{{i18n "user.created"}}
{{bound-date this.model.created_at}}
{{/if}} {{#if this.model.last_posted_at}} -
{{i18n "user.last_posted"}}
{{bound-date +
{{i18n + "user.last_posted" + }}
{{bound-date this.model.last_posted_at }}
{{/if}} {{#if this.model.last_seen_at}} -
{{i18n "user.last_seen"}}
{{bound-date - this.model.last_seen_at - }}
+
{{i18n "user.last_seen"}}
{{bound-date this.model.last_seen_at}}
{{/if}} {{#if this.model.profile_view_count}} -
{{i18n "views"}}
>{{i18n "views"}}
{{this.model.profile_view_count}}
{{/if}} {{#if this.model.invited_by}} @@ -372,8 +375,8 @@ >{{this.model.trustLevel.name}}
{{/if}} {{#if this.canCheckEmails}} -
{{i18n "user.email.title"}}
-
+
{{i18n "user.email.title"}}
+
{{#if this.model.email}} {{this.model.email}} {{else}}