We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000c193 commit ae20244Copy full SHA for ae20244
templates/user/overview/header.tmpl
@@ -25,7 +25,7 @@
25
<a href="{{.ContextUser.HomeLink}}/-/projects" class="{{if .PageIsViewProjects}}active {{end}}item">
26
{{svg "octicon-project"}} {{.locale.Tr "user.projects"}}
27
</a>
28
- {{if (not .UnitPackagesGlobalDisabled)}}
+ {{if .IsPackageEnabled}}
29
<a href="{{.ContextUser.HomeLink}}/-/packages" class="{{if .IsPackagesPage}}active {{end}}item">
30
{{svg "octicon-package"}} {{.locale.Tr "packages.title"}}
31
0 commit comments