Skip to content

Commit 8e5b424

Browse files
remove Projects tab from group header menu
1 parent 699a32e commit 8e5b424

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

templates/group/menu.tmpl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77
<div class="ui small label">{{.RepoCount}}</div>
88
{{end}}
99
</a>
10-
{{if .CanReadProjects}}
11-
<a class="{{if .PageIsViewProjects}}active {{end}}item" href="{{$.Group.GroupLink}}/projects">
12-
{{svg "octicon-project-symlink"}} {{ctx.Locale.Tr "user.projects"}}
13-
{{if .ProjectCount}}
14-
<div class="ui small label">{{.ProjectCount}}</div>
15-
{{end}}
16-
</a>
17-
{{end}}
1810
{{if .IsGroupMember}}
1911
<a class="{{if $.PageIsGroupTeams}}active {{end}}item" href="{{$.OrgGroupLink}}/teams">
2012
{{svg "octicon-people"}} {{ctx.Locale.Tr "org.teams"}}

0 commit comments

Comments
 (0)