diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl
index 1f5cbe025..be6ecbaa0 100755
--- a/templates/user/profile.tmpl
+++ b/templates/user/profile.tmpl
@@ -48,9 +48,10 @@
{{end}}
{{end}}
- {{if and .IsSigned (eq .SignedUserName .Owner.Name)}}
+
- {{svg "octicon-clock" 16}} {{.i18n.Tr "user.join_on"}} {{.Owner.CreatedUnix.FormatShort}}
+ {{svg "octicon-clock" 16}} {{.i18n.Tr "user.join_on"}} {{.Owner.CreatedUnix.FormatShort}}
+ {{if and .IsSigned (eq .SignedUserName .Owner.Name)}}
@@ -78,9 +79,9 @@
});
})();
+ {{end}}
- {{end}}
- {{svg "octicon-clock" 16}} {{.i18n.Tr "user.join_on"}} {{.Owner.CreatedUnix.FormatShort}}
+
{{if and .Orgs .HasOrgsVisible}}
{{.i18n.Tr "organization"}}