Feature - #3031 - search for org repos (#5986)

This commit is contained in:
Richard Mahn 2019-02-08 09:45:43 -07:00 committed by techknowlogick
commit ba91214633
4 changed files with 71 additions and 9 deletions

View file

@ -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>

View file

@ -28,6 +28,7 @@
</div>
<div class="ui divider"></div>
{{end}}
{{template "explore/repo_search" .}}
{{template "explore/repo_list" .}}
{{template "base/paginate" .}}
</div>