mirror of
https://github.com/go-gitea/gitea
synced 2024-11-12 13:14:24 +00:00
Fix repo search broken because of profile page added (#25455)
Fix #25433 Caused by #23260
This commit is contained in:
parent
375fd15fbf
commit
fab63cf565
@ -28,6 +28,8 @@
|
||||
{{template "shared/searchinput" dict "locale" .locale "Value" .Keyword "AutoFocus" true}}
|
||||
{{if .PageIsExploreRepositories}}
|
||||
<input type="hidden" name="only_show_relevant" value="{{.OnlyShowRelevant}}">
|
||||
{{else}}
|
||||
<input type="hidden" name="tab" value="repositories">
|
||||
{{end}}
|
||||
<button class="ui primary button">{{.locale.Tr "explore.search"}}</button>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user