From 59a475163f90351e476cd9e466909b7f05f51e49 Mon Sep 17 00:00:00 2001 From: James Anderson Date: Mon, 10 Aug 2015 10:40:07 -0500 Subject: [PATCH] Hide avatar-changing instructions unless it's your profile (resolves #1107) --- templates/user/profile.tmpl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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}}