From 37a210cac3e576ba08d80b1d488c3bcb17962f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Sat, 16 Aug 2025 15:54:32 -0400 Subject: [PATCH] remove `Projects` tab from group header menu --- templates/group/menu.tmpl | 8 -------- 1 file changed, 8 deletions(-) diff --git a/templates/group/menu.tmpl b/templates/group/menu.tmpl index 288f3e5f7d..721dd36a10 100644 --- a/templates/group/menu.tmpl +++ b/templates/group/menu.tmpl @@ -7,14 +7,6 @@
{{.RepoCount}}
{{end}} - {{if .CanReadProjects}} - - {{svg "octicon-project-symlink"}} {{ctx.Locale.Tr "user.projects"}} - {{if .ProjectCount}} -
{{.ProjectCount}}
- {{end}} -
- {{end}} {{if .IsGroupMember}} {{svg "octicon-people"}} {{ctx.Locale.Tr "org.teams"}}