Fix broken collaboration link in repo settings

This commit is contained in:
James Anderson 2015-08-10 09:27:10 -05:00
parent 471431e87c
commit b2bd6c4c5a
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<a class="{{if .PageIsSettingsOptions}}active{{end}} item" href="{{.RepoLink}}/settings">
{{.i18n.Tr "repo.settings.options"}}
</a>
<a class="{{if .PageIsSettingsCollaboration}}active{{end}} item" href="{.RepoLink}}/settings/collaboration">
<a class="{{if .PageIsSettingsCollaboration}}active{{end}} item" href="{{.RepoLink}}/settings/collaboration">
{{.i18n.Tr "repo.settings.collaboration"}}
</a>
<a class="{{if .PageIsSettingsHooks}}active{{end}} item" href="{{.RepoLink}}/settings/hooks">
@ -17,4 +17,4 @@
{{.i18n.Tr "repo.settings.deploy_keys"}}
</a>
</div>
</div>
</div>