mirror of
https://github.com/go-gitea/gitea.git
synced 2025-02-06 20:22:26 +00:00
![Patrick G](/assets/img/avatar_default.png)
* Take navbar out of column * Add styles to navbar * Changed navbar classes * Remove unneeded !important from index.css * Remove unneeded !important from _explore.less
11 lines
271 B
Cheetah
11 lines
271 B
Cheetah
{{template "base/head" .}}
|
|
<div class="explore repositories">
|
|
{{template "explore/navbar" .}}
|
|
<div class="ui container">
|
|
{{template "explore/search" .}}
|
|
{{template "explore/repo_list" .}}
|
|
{{template "base/paginate" .}}
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|