gitea/templates/explore/repos.tmpl

15 lines
366 B
Cheetah
Raw Normal View History

2015-09-01 08:20:23 +10:00
{{template "base/head" .}}
2015-09-01 21:04:35 +10:00
<div class="explore repositories">
2015-09-01 08:20:23 +10:00
<div class="ui container">
<div class="ui grid">
2015-09-01 21:04:35 +10:00
{{template "explore/navbar" .}}
2015-09-01 08:20:23 +10:00
<div class="twelve wide column content">
{{template "explore/search" .}}
{{template "explore/repo_list" .}}
{{template "base/paginate" .}}
2015-09-01 08:20:23 +10:00
</div>
</div>
</div>
2014-09-06 07:28:09 +10:00
</div>
2015-09-01 08:20:23 +10:00
{{template "base/footer" .}}