Fix autocomplete on intro page (fix #3109).

This commit is contained in:
evazion
2017-06-04 08:43:51 -05:00
parent 09ed1ea720
commit 6699e9d66f

View File

@@ -5,7 +5,7 @@
<p class="byline">Find good anime art fast</p>
<%= form_tag(posts_path, :method => :get) do %>
<%= text_field_tag "tags", "", :size => 50 %>
<%= text_field_tag "tags", "", :size => 50, :data => { :autocomplete => "tag-query" } %>
<%= submit_tag "Search" %>
<% end %>
</header>