1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-04 00:28:36 +00:00
This commit is contained in:
Unknwon
2015-11-22 01:32:09 -05:00
parent b80e848d02
commit 52c8f69163
84 changed files with 746 additions and 12755 deletions

View File

@@ -4,22 +4,7 @@
<div class="ui grid">
{{template "explore/navbar" .}}
<div class="twelve wide column content">
<div class="ui repository list">
{{range .Repos}}
<div class="item">
<div class="ui header">
<a href="{{AppSubUrl}}/{{.Owner.Name}}/{{.Name}}">{{.Owner.Name}} / {{.Name}}</a>
<div class="ui right metas">
<span class="text grey"><i class="octicon octicon-star"></i> {{.NumStars}}</span>
<span class="text grey"><i class="octicon octicon-git-branch"></i> {{.NumForks}}</span>
</div>
</div>
{{if .Description}}<p>{{.Description}}</p>{{end}}
<p class="time">{{$.i18n.Tr "org.repo_updated"}} {{TimeSince .Updated $.i18n.Lang}}</p>
</div>
{{end}}
</div>
{{template "explore/repo_list" .}}
{{with .Page}}
{{if gt .TotalPages 1}}