mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-02 18:21:23 +03:00
2bf8494332
Both are possible on explore and admin panel
15 lines
365 B
Cheetah
15 lines
365 B
Cheetah
{{template "base/head" .}}
|
|
<div class="explore repositories">
|
|
<div class="ui container">
|
|
<div class="ui grid">
|
|
{{template "explore/navbar" .}}
|
|
<div class="twelve wide column content">
|
|
{{template "explore/search" .}}
|
|
{{template "explore/repo_list" .}}
|
|
{{template "explore/page" .}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|