mirror of
https://github.com/go-gitea/gitea.git
synced 2026-06-30 20:26:14 +02:00
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>
12 lines
353 B
Handlebars
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" .}}
|