autocomplete: add username autocompletion sitewide.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<%= form_tag(forum_posts_path, :method => :get, :class => "simple_form") do %>
|
||||
<%= search_field "topic_title_matches", :label => "Title" %>
|
||||
<%= search_field "body_matches", :label => "Body" %>
|
||||
<%= search_field "creator_name", :label => "Author" %>
|
||||
<%= search_field "creator_name", :label => "Author", :data => { autocomplete: "user" } %>
|
||||
<div class="input">
|
||||
<label for="search_topic_category_id">Category</label>
|
||||
<%= select "search", "topic_category_id", ForumTopic::CATEGORIES.invert.to_a, :include_blank => true %>
|
||||
|
||||
Reference in New Issue
Block a user