Skip to content

Commit e5edafc

Browse files
n194axifive
andauthored
Update templates/base/head_navbar.tmpl
Co-authored-by: Alexey 〒erentyev <[email protected]>
1 parent bd32a23 commit e5edafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base/head_navbar.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{{if .ShowMilestonesDashboardPage}}<a class="item {{if .PageIsMilestonesDashboard}}active{{end}}" href="{{AppSubUrl}}/milestones">{{.i18n.Tr "milestones"}}</a>{{end}}
2222
{{end}}
2323
<a class="item {{if .PageIsExplore}}active{{end}}" href="{{AppSubUrl}}/explore/repos">{{.i18n.Tr "explore"}}</a>
24-
{{else if .IsLandingPageHome}}
24+
{{else}}
2525
<a class="item {{if .PageIsExplore}}active{{end}}" href="{{AppSubUrl}}/explore/repos">{{.i18n.Tr "explore"}}</a>
2626
{{end}}
2727

0 commit comments

Comments
 (0)