4 lines
171 B
Plaintext
4 lines
171 B
Plaintext
<%= form_tag(users_path, :method => :get) do %>
|
|
<%= text_field "search", "name_matches", :id => "quick_search_name_matches", :placeholder => "Search users" %>
|
|
<% end %>
|