1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-04 16:48:37 +00:00
This commit is contained in:
Unknwon
2015-11-16 11:11:59 -05:00
parent 134d8e7681
commit 5dc3dd1704
13 changed files with 173 additions and 136 deletions

View File

@@ -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>