users: inline search form on /users index page.

* Add the user search form to the /users page.
* Remove the /users/search page.
This commit is contained in:
evazion
2020-12-21 21:34:01 -06:00
parent 7a2f72ce98
commit 8221c8dcba
6 changed files with 9 additions and 26 deletions

View File

@@ -133,7 +133,6 @@
<% end %>
<li><%= link_to_wiki "Help", "help:users" %></li>
<li><%= link_to("Listing", users_path) %></li>
<li><%= link_to("Search", search_users_path) %></li>
<li><%= link_to("Bans", bans_path) %></li>
<li><%= link_to("Feedback", user_feedbacks_path) %></li>
<li><%= link_to("Terms of Service", terms_of_service_path) %></li>