Fix Q shortcut in chrome

fixes #2354
This commit is contained in:
Toks
2015-07-16 15:19:46 -04:00
parent e25bc38ca9
commit 68d4300f9c
3 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
<section id="search-box">
<h1>Search</h1>
<%= form_tag(path, :method => "get") do %>
<%= text_field_tag("tags", tags, :size => 20) %>
<%= text_field_tag("tags", tags, :size => 20, :id => tags_dom_id) %>
<% if params[:raw] %>
<%= hidden_field_tag :raw, params[:raw] %>
<% end %>