Fixed missing end tag for organization link (#3229)

This commit is contained in:
Chris Woodward 2017-12-18 23:47:30 -08:00 committed by Lauris BH
parent 1123313240
commit 5332052019
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
</a>
<a class="{{if .PageIsSettingsOrganization}}active{{end}} item" href="{{AppSubUrl}}/user/settings/organization">
{{.i18n.Tr "settings.organization"}}
</a>
<a class="{{if .PageIsSettingsRepos}}active{{end}} item" href="{{AppSubUrl}}/user/settings/repos">
{{.i18n.Tr "settings.repos"}}
</a>