Browse Source

Fixed missing end tag for organization link (#3229)

tags/v1.4.0-rc1
Chris Woodward 6 years ago
parent
commit
5332052019
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      templates/user/settings/navbar.tmpl

+ 1
- 0
templates/user/settings/navbar.tmpl 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>

Loading…
Cancel
Save