Merge pull request #3110 from evazion/fix-3109

Fix #3109: Fix autocomplete on intro page
This commit is contained in:
Albert Yi
2017-06-05 12:02:56 -07:00
committed by GitHub

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>