summaryrefslogtreecommitdiffstats
path: root/templates/repo/settings/collaboration.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/settings/collaboration.tmpl')
-rw-r--r--templates/repo/settings/collaboration.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/collaboration.tmpl b/templates/repo/settings/collaboration.tmpl
index 99561e27fc..98091c35c8 100644
--- a/templates/repo/settings/collaboration.tmpl
+++ b/templates/repo/settings/collaboration.tmpl
@@ -18,7 +18,7 @@
{{range .Collaborators}}
<li class="collab">
{{if not (eq .Id $.Owner.Id)}}<a href="{{$.RepoLink}}/settings/collaboration?remove={{.Name}}" class="remove-collab right"><i class="fa fa-times"></i></a>{{end}}
- <a class="member" href="{{AppRootSubUrl}}/{{.Name}}">
+ <a class="member" href="{{AppSubUrl}}/{{.Name}}">
<img alt="{{.Name}}" class="pull-left avatar" src="{{.AvatarLink}}">
<strong>{{.FullName}}</strong> ({{.Name}})
</a>