We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59afb62 commit d63ca66Copy full SHA for d63ca66
templates/explore/repo_list.tmpl
@@ -2,7 +2,7 @@
2
{{range .Repos}}
3
<div class="item">
4
<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>
+ <a class="name" href="{{.HTMLURL}}">{{if or $.PageIsExplore $.PageIsProfileStarList }}{{if .Owner}}{{.Owner.Name}} / {{end}}{{end}}{{.Name}}</a>
6
{{if .IsPrivate}}
7
<span class="text gold"><i class="octicon octicon-lock"></i></span>
8
{{else if .IsFork}}
0 commit comments