diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl index b721779c95753..8bdd24080bb2e 100644 --- a/templates/base/head_navbar.tmpl +++ b/templates/base/head_navbar.tmpl @@ -15,12 +15,6 @@ {{if and .IsSigned .MustChangePassword}} {{/* No links */}} {{else if .IsSigned}} - {{if not ctx.Consts.RepoUnitTypeIssues.UnitGlobalDisabled}} - {{ctx.Locale.Tr "issues"}} - {{end}} - {{if not ctx.Consts.RepoUnitTypePullRequests.UnitGlobalDisabled}} - {{ctx.Locale.Tr "pull_requests"}} - {{end}} {{if not (and ctx.Consts.RepoUnitTypeIssues.UnitGlobalDisabled ctx.Consts.RepoUnitTypePullRequests.UnitGlobalDisabled)}} {{if .ShowMilestonesDashboardPage}} {{ctx.Locale.Tr "milestones"}} @@ -62,7 +56,6 @@ {{else if .IsSigned}} - {{template "base/head_navbar_icons" dict "ItemExtraClass" "not-mobile" "PageGlobalData" .PageGlobalData}}