mirror of
https://github.com/go-gitea/gitea
synced 2025-08-13 21:18:21 +00:00
#13 finish user and repository search
Both are possible on explore and admin panel
This commit is contained in:
7
templates/explore/search.tmpl
Normal file
7
templates/explore/search.tmpl
Normal file
@@ -0,0 +1,7 @@
|
||||
<form class="ui form">
|
||||
<div class="ui fluid action input">
|
||||
<input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus>
|
||||
<button class="ui blue button">{{.i18n.Tr "explore.search"}}</button>
|
||||
</div>
|
||||
</form>
|
||||
<div class="ui divider"></div>
|
Reference in New Issue
Block a user