summaryrefslogtreecommitdiffstats
path: root/templates/explore
diff options
context:
space:
mode:
authorRichard Mahn <richmahn@users.noreply.github.com>2019-02-08 09:45:43 -0700
committertechknowlogick <matti@mdranta.net>2019-02-08 11:45:43 -0500
commitba91214633280313a7b97205b9a7cb6e43001680 (patch)
tree2392f593b9ffb8898de0b3edd596262fb10bf427 /templates/explore
parent7fb09f035ac8b10191c154ed4395a8e02d3c5e8d (diff)
downloadgitea-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.tmpl1
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>