diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index c8b7c591b..c799bedc2 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -4,12 +4,14 @@
- {{if .Owner.UseCustomAvatar}} + {{if and (.Owner.UseCustomAvatar) (eq .SignedUser.Id .Owner.Id)}} - {{else}} + {{else if eq .SignedUser.Id .Owner.Id}} + {{else}} + {{end}} - +
{{if .Owner.FullName}}{{.Owner.FullName}}
{{end}} @@ -17,7 +19,7 @@
-
+
    {{if .Owner.Location}}
  •   {{.Owner.Location}}