From 12e796d335d0d6edb24e6f1b6f484ffae7e37a32 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Mon, 24 Nov 2025 00:12:34 +0800 Subject: [PATCH] fix --- templates/base/head_navbar.tmpl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl index b721779c95753..8cb72d6f98e69 100644 --- a/templates/base/head_navbar.tmpl +++ b/templates/base/head_navbar.tmpl @@ -120,6 +120,13 @@ {{svg "octicon-question"}} {{ctx.Locale.Tr "help"}} + {{if .IsAdmin}} +
+ + {{svg "octicon-server"}} + {{ctx.Locale.Tr "admin_panel"}} + + {{end}}
{{svg "octicon-sign-out"}}