Files
gitea/templates/explore/repos.tmpl
T
bircni 5a24438698 chore: various trivial fixes (#38070)
Follow-up to #37987, addressing the unresolved review comments on the
org members search form.

And fix more trivial problems together (see the commit titles)

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2026-06-11 17:33:21 +00:00

12 lines
353 B
Handlebars

{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content explore repositories">
{{template "explore/navbar" .}}
<div class="ui container">
{{template "shared/repo/search" .}}
<div class="divider"></div>
{{template "shared/repo/list" .}}
{{template "base/paginate" .}}
</div>
</div>
{{template "base/footer" .}}