From 6699e9d66f759dff649c79ae60b3da3126aa7552 Mon Sep 17 00:00:00 2001 From: evazion Date: Sun, 4 Jun 2017 08:43:51 -0500 Subject: [PATCH] Fix autocomplete on intro page (fix #3109). --- app/views/explore/posts/intro.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/explore/posts/intro.html.erb b/app/views/explore/posts/intro.html.erb index aa8c4c5f2..645202d2d 100644 --- a/app/views/explore/posts/intro.html.erb +++ b/app/views/explore/posts/intro.html.erb @@ -5,7 +5,7 @@

Find good anime art fast

<%= 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 %>