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.
1 parent 711a339 commit 96c889cCopy full SHA for 96c889c
templates/base/head_navbar.tmpl
@@ -21,7 +21,7 @@
21
{{if .ShowMilestonesDashboardPage}}<a class="item {{if .PageIsMilestonesDashboard}}active{{end}}" href="{{AppSubUrl}}/milestones">{{.i18n.Tr "milestones"}}</a>{{end}}
22
{{end}}
23
<a class="item {{if .PageIsExplore}}active{{end}}" href="{{AppSubUrl}}/explore/repos">{{.i18n.Tr "explore"}}</a>
24
- {{else if .IsLandingPageOrganizations}}
+ {{else if .IsLandingPageOrganizations}}
25
<a class="item {{if .PageIsExplore}}active{{end}}" href="{{AppSubUrl}}/explore/organizations">{{.i18n.Tr "explore"}}</a>
26
{{else}}
27
0 commit comments