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