diff options
author | Richard Mahn <richmahn@users.noreply.github.com> | 2019-02-08 09:45:43 -0700 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-02-08 11:45:43 -0500 |
commit | ba91214633280313a7b97205b9a7cb6e43001680 (patch) | |
tree | 2392f593b9ffb8898de0b3edd596262fb10bf427 /templates/explore | |
parent | 7fb09f035ac8b10191c154ed4395a8e02d3c5e8d (diff) | |
download | gitea-ba91214633280313a7b97205b9a7cb6e43001680.tar.gz gitea-ba91214633280313a7b97205b9a7cb6e43001680.zip |
Feature - #3031 - search for org repos (#5986)
Diffstat (limited to 'templates/explore')
-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> |