diff options
Diffstat (limited to 'templates/explore/repo_search.tmpl')
-rw-r--r-- | templates/explore/repo_search.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/explore/repo_search.tmpl b/templates/explore/repo_search.tmpl index de0b63e077..62bb5ea3c2 100644 --- a/templates/explore/repo_search.tmpl +++ b/templates/explore/repo_search.tmpl @@ -23,6 +23,7 @@ <div class="ui fluid action input"> <input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus> <input type="hidden" name="tab" value="{{$.TabName}}"> + <input type="hidden" name="sort" value="{{$.SortType}}"> <button class="ui blue button">{{.i18n.Tr "explore.search"}}</button> </div> </form> |