diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.VERSION | 2 | ||||
-rw-r--r-- | templates/user/dashboard/dashboard.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/.VERSION b/templates/.VERSION index e9914c880a..41e2b2e2da 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.6.9.0906 Beta
\ No newline at end of file +0.6.9.0907 Beta
\ No newline at end of file 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> |