summaryrefslogtreecommitdiffstats
path: root/templates/explore
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-11-16 11:11:59 -0500
committerUnknwon <u@gogs.io>2015-11-16 11:11:59 -0500
commit5dc3dd17049a5c097122c6159aa7a915658c263a (patch)
tree5ab99c59f6b9cf55f4e4de5b0cf5619d95c81355 /templates/explore
parent134d8e7681d098b8b37d4ee47cea0e03d643965d (diff)
downloadgitea-5dc3dd17049a5c097122c6159aa7a915658c263a.tar.gz
gitea-5dc3dd17049a5c097122c6159aa7a915658c263a.zip
fix #1960
Diffstat (limited to 'templates/explore')
-rw-r--r--templates/explore/repos.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/explore/repos.tmpl b/templates/explore/repos.tmpl
index 75940e1150..6654a315d0 100644
--- a/templates/explore/repos.tmpl
+++ b/templates/explore/repos.tmpl
@@ -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>