summaryrefslogtreecommitdiffstats
path: root/app/views/search/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/search/index.html.erb')
-rw-r--r--app/views/search/index.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/search/index.html.erb b/app/views/search/index.html.erb
index d21aadc68..7d24710bd 100644
--- a/app/views/search/index.html.erb
+++ b/app/views/search/index.html.erb
@@ -2,6 +2,7 @@
<div class="box">
<% form_tag({}, :method => :get) do %>
+<%= label_tag "search-input", l(:description_search), :class => "hidden-for-sighted" %>
<p><%= text_field_tag 'q', @question, :size => 60, :id => 'search-input' %>
<%= javascript_tag "Field.focus('search-input')" %>
<%= project_select_tag %>