autocomplete: add username autocompletion sitewide.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<div id="search">
|
||||
<%= form_tag(post_versions_path, :method => :get, :class => "simple_form") do %>
|
||||
<%= search_field "updater_name", :label => "User" %>
|
||||
<%= search_field "updater_name", :label => "User", :data => { autocomplete: "user" } %>
|
||||
<%= search_field "post_id", :label => "Post" %>
|
||||
<%= submit_tag "Search" %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user