diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl index e4627451cd..f7405a743e 100644 --- a/templates/base/head_navbar.tmpl +++ b/templates/base/head_navbar.tmpl @@ -28,21 +28,21 @@ {{/* No links */}} {{else if .IsSigned}} {{if not .UnitIssuesGlobalDisabled}} - {{ctx.Locale.Tr "issues"}} + {{ctx.Locale.Tr "issues"}} {{end}} {{if not .UnitPullsGlobalDisabled}} - {{ctx.Locale.Tr "pull_requests"}} + {{ctx.Locale.Tr "pull_requests"}} {{end}} {{if not (and .UnitIssuesGlobalDisabled .UnitPullsGlobalDisabled)}} {{if .ShowMilestonesDashboardPage}} - {{ctx.Locale.Tr "milestones"}} + {{ctx.Locale.Tr "milestones"}} {{end}} {{end}} - {{ctx.Locale.Tr "explore"}} + {{ctx.Locale.Tr "explore"}} {{else if .IsLandingPageOrganizations}} - {{ctx.Locale.Tr "explore"}} + {{ctx.Locale.Tr "explore"}} {{else}} - {{ctx.Locale.Tr "explore"}} + {{ctx.Locale.Tr "explore"}} {{end}} {{template "custom/extra_links" .}}