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 ffab2b7 commit 95db95eCopy full SHA for 95db95e
templates/explore/repo_search.tmpl
@@ -6,8 +6,8 @@
6
{{template "shared/searchinput" dict "Value" .Keyword "AutoFocus" true}}
7
{{if .PageIsExploreRepositories}}
8
<input type="hidden" name="only_show_relevant" value="{{.OnlyShowRelevant}}">
9
- {{else}}
10
- <input type="hidden" name="tab" value="repositories">
+ {{else if .TabName}}
+ <input type="hidden" name="tab" value="{{.TabName}}">
11
{{end}}
12
<button class="ui primary button">{{ctx.Locale.Tr "explore.search"}}</button>
13
</div>
0 commit comments