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>
This commit is contained in:
bircni
2026-06-11 17:33:21 +00:00
committed by GitHub
co-authored by wxiaoguang
parent fefb6f3219
commit 5a24438698
19 changed files with 59 additions and 62 deletions
@@ -68,6 +68,7 @@
{{end}}
{{else}}
{{template "shared/repo/search" .}}
<div class="divider"></div>
{{template "shared/repo/list" .}}
{{template "base/paginate" .}}
{{end}}
+2
View File
@@ -18,6 +18,7 @@
{{else if eq .TabName "stars"}}
<div class="stars">
{{template "shared/repo/search" .}}
<div class="divider"></div>
{{template "shared/repo/list" .}}
{{template "base/paginate" .}}
</div>
@@ -31,6 +32,7 @@
{{template "repo/user_cards" .}}
{{else}}
{{template "shared/repo/search" .}}
<div class="divider"></div>
{{template "shared/repo/list" .}}
{{template "base/paginate" .}}
{{end}}