Skip to content

Commit 5332052

Browse files
uncled1023lafriks
authored andcommitted
Fixed missing end tag for organization link (#3229)
1 parent 1123313 commit 5332052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/user/settings/navbar.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
</a>
2828
<a class="{{if .PageIsSettingsOrganization}}active{{end}} item" href="{{AppSubUrl}}/user/settings/organization">
2929
{{.i18n.Tr "settings.organization"}}
30+
</a>
3031
<a class="{{if .PageIsSettingsRepos}}active{{end}} item" href="{{AppSubUrl}}/user/settings/repos">
3132
{{.i18n.Tr "settings.repos"}}
3233
</a>

0 commit comments

Comments
 (0)