We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e49fba commit cbb2e52Copy full SHA for cbb2e52
templates/shared/repo_search.tmpl
@@ -1,5 +1,5 @@
1
<div class="ui small secondary filter menu">
2
- <form id="repo-search-form" class="ui form ignore-dirty tw-flex-1 tw-flex tw-gap-x-2">
+ <form id="repo-search-form" class="ui form ignore-dirty tw-flex-1 tw-flex tw-items-center tw-gap-x-2">
3
{{if .Language}}<input type="hidden" name="language" value="{{.Language}}">{{end}}
4
{{if .PageIsExploreRepositories}}<input type="hidden" name="only_show_relevant" value="{{.OnlyShowRelevant}}">{{end}}
5
{{if .TabName}}<input type="hidden" name="tab" value="{{.TabName}}">{{end}}
0 commit comments