From e96e440b8bde5516ffc7bba42691e26084a96588 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sat, 7 Oct 2023 22:48:32 -0400 Subject: [PATCH] add a shortcut to user's profile page to admin user details (#27299) --- templates/shared/user/profile_big_avatar.tmpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/shared/user/profile_big_avatar.tmpl b/templates/shared/user/profile_big_avatar.tmpl index 47db7e23a6..a637a9a5f9 100644 --- a/templates/shared/user/profile_big_avatar.tmpl +++ b/templates/shared/user/profile_big_avatar.tmpl @@ -13,7 +13,11 @@
{{if .ContextUser.FullName}}{{.ContextUser.FullName}}{{end}} - {{.ContextUser.Name}} + {{.ContextUser.Name}} {{if .IsAdmin}} + + {{svg "octicon-gear" 18}} + + {{end}}