mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-15 18:56:59 +00:00
#1594 Collaborative Repositories missing suburl on Dashboard
This commit is contained in:
parent
232c22208c
commit
645d4d0c5b
5 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
|||
0.6.9.0906 Beta
|
||||
0.6.9.0907 Beta
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue