We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Projects
1 parent 699a32e commit 8e5b424Copy full SHA for 8e5b424
templates/group/menu.tmpl
@@ -7,14 +7,6 @@
7
<div class="ui small label">{{.RepoCount}}</div>
8
{{end}}
9
</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
18
{{if .IsGroupMember}}
19
<a class="{{if $.PageIsGroupTeams}}active {{end}}item" href="{{$.OrgGroupLink}}/teams">
20
{{svg "octicon-people"}} {{ctx.Locale.Tr "org.teams"}}
0 commit comments