diff options
author | Unknwon <u@gogs.io> | 2016-03-11 21:33:12 +0100 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-03-11 21:33:12 +0100 |
commit | 2bf8494332592b3c57f9a12a26b9abd356fb3f15 (patch) | |
tree | e46c61ba30018ebbafcda6b97b36d3ffece3cfb0 /templates/explore/search.tmpl | |
parent | Use glide (diff) | |
download | forgejo-2bf8494332592b3c57f9a12a26b9abd356fb3f15.tar.xz forgejo-2bf8494332592b3c57f9a12a26b9abd356fb3f15.zip |
#13 finish user and repository search
Both are possible on explore and admin panel
Diffstat (limited to 'templates/explore/search.tmpl')
-rw-r--r-- | templates/explore/search.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/explore/search.tmpl b/templates/explore/search.tmpl new file mode 100644 index 0000000000..f18648865c --- /dev/null +++ b/templates/explore/search.tmpl @@ -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>
\ No newline at end of file |