diff options
author | Lauris BH <lauris@nix.lv> | 2022-10-11 01:12:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-11 01:12:03 +0200 |
commit | b59b0cad0a550223f74add109ff13c0d2f4309f3 (patch) | |
tree | 4c4d0482ca8740390b5939c3979d1fef35cb9047 /templates/explore/search.tmpl | |
parent | Stop logging CheckPath returns error: context canceled (#21064) (diff) | |
download | forgejo-b59b0cad0a550223f74add109ff13c0d2f4309f3.tar.xz forgejo-b59b0cad0a550223f74add109ff13c0d2f4309f3.zip |
Add user/organization code search (#19977)
Fixes #19925
Screenshots:
![attels](https://user-images.githubusercontent.com/165205/173864718-fe789429-55bc-4cad-808c-9f02f335cddf.png)
Diffstat (limited to 'templates/explore/search.tmpl')
-rw-r--r-- | templates/explore/search.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/explore/search.tmpl b/templates/explore/search.tmpl index 7e10412db8..123efa56dd 100644 --- a/templates/explore/search.tmpl +++ b/templates/explore/search.tmpl @@ -17,7 +17,7 @@ </div> <form class="ui form ignore-dirty" style="max-width: 90%"> <div class="ui fluid action input"> - <input name="q" value="{{.Keyword}}" placeholder="{{.locale.Tr "explore.search"}}..." autofocus> + <input name="q" value="{{.Keyword}}" placeholder="{{.locale.Tr "explore.search"}}…" autofocus> <button class="ui primary button">{{.locale.Tr "explore.search"}}</button> </div> </form> |