summaryrefslogtreecommitdiffstats
path: root/templates/user/dashboard
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-07 05:57:19 -0400
committerUnknwon <u@gogs.io>2015-09-07 05:57:19 -0400
commit645d4d0c5bd283003d922400232bcff0f5bf8836 (patch)
tree35b8ca5b5a4ebd028529754791d733341626ae89 /templates/user/dashboard
parent232c22208c6ba1ad374352152e0900d895fcbe56 (diff)
downloadgitea-645d4d0c5bd283003d922400232bcff0f5bf8836.tar.gz
gitea-645d4d0c5bd283003d922400232bcff0f5bf8836.zip
#1594 Collaborative Repositories missing suburl on Dashboard
Diffstat (limited to 'templates/user/dashboard')
-rw-r--r--templates/user/dashboard/dashboard.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/dashboard.tmpl b/templates/user/dashboard/dashboard.tmpl
index 02c0102e42..e530b6f735 100644
--- a/templates/user/dashboard/dashboard.tmpl
+++ b/templates/user/dashboard/dashboard.tmpl
@@ -59,7 +59,7 @@
<ul class="list-no-style">
{{range .CollaborativeRepos}}
<li {{if .IsPrivate}}class="private"{{end}}>
- <a href="{{.Owner.Name}}/{{.Name}}">
+ <a href="{{AppSubUrl}}/{{.Owner.Name}}/{{.Name}}">
<i class="octicon octicon-{{if .IsPrivate}}lock{{else if .IsFork}}repo-forked{{else if .IsMirror}}repo-clone{{else}}repo{{end}}"></i>
<span class="repo-name">
<span class="repo-name-prefix">{{.Owner.Name}} / </span>