Skip to content

Commit d63ca66

Browse files
authored
Fix repo links (go-gitea#3093) (go-gitea#3163)
1 parent 59afb62 commit d63ca66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/explore/repo_list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{range .Repos}}
33
<div class="item">
44
<div class="ui header">
5-
<a class="name" href="{{AppSubUrl}}/{{if .Owner}}{{.Owner.Name}}{{else if $.Org}}{{$.Org.Name}}{{else}}{{$.Owner.Name}}{{end}}/{{.Name}}">{{if or $.PageIsExplore $.PageIsProfileStarList }}{{if .Owner}}{{.Owner.Name}} / {{end}}{{end}}{{.Name}}</a>
5+
<a class="name" href="{{.HTMLURL}}">{{if or $.PageIsExplore $.PageIsProfileStarList }}{{if .Owner}}{{.Owner.Name}} / {{end}}{{end}}{{.Name}}</a>
66
{{if .IsPrivate}}
77
<span class="text gold"><i class="octicon octicon-lock"></i></span>
88
{{else if .IsFork}}

0 commit comments

Comments
 (0)