Make SHOW_USER_EMAIL also apply to profiles (#2258)

The e-mail address is currently only hidden from the explore page.
此提交包含在:
Michael Kuhn
2017-08-17 17:08:03 +08:00
提交者 Lunny Xiao
父節點 7907786040
當前提交 934dd41fa6
共有 3 個檔案被更改,包括 73 行新增1 行删除
+2
查看文件
@@ -219,6 +219,8 @@ func Profile(ctx *context.Context) {
}
}
ctx.Data["ShowUserEmail"] = setting.UI.ShowUserEmail
ctx.HTML(200, tplProfile)
}