forked from gitea/gitea
Backport #28146 by @yp05327 Before:  After:    Co-authored-by: yp05327 <576951401@qq.com>
This commit is contained in:
parent
efcbaf8fa8
commit
7128929a0d
|
@ -1,4 +1,5 @@
|
|||
{{template "base/alert" .}}
|
||||
{{if .HasPackages}}
|
||||
<form class="ui form ignore-dirty">
|
||||
<div class="ui fluid action input">
|
||||
{{template "shared/searchinput" dict "Value" .Query "AutoFocus" true}}
|
||||
|
@ -12,6 +13,7 @@
|
|||
<button class="ui primary button">{{ctx.Locale.Tr "explore.search"}}</button>
|
||||
</div>
|
||||
</form>
|
||||
{{end}}
|
||||
<div>
|
||||
{{range .PackageDescriptors}}
|
||||
<div class="flex-list">
|
||||
|
|
Loading…
Reference in New Issue