mirror of
https://github.com/go-gitea/gitea
synced 2025-08-04 16:48:37 +00:00
fix #1960
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{{template "explore/navbar" .}}
|
||||
<div class="twelve wide column content">
|
||||
<div class="ui repository list">
|
||||
{{range $i, $v := .Repos}}
|
||||
{{range .Repos}}
|
||||
<div class="item">
|
||||
<div class="ui header">
|
||||
<a href="{{AppSubUrl}}/{{.Owner.Name}}/{{.Name}}">{{.Owner.Name}} / {{.Name}}</a>
|
||||
|
Reference in New Issue
Block a user