summaryrefslogtreecommitdiffstats
path: root/app/views/search
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-01-10 10:10:48 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-01-10 10:10:48 +0000
commita4499274a2f946b734caf7bd6f68b66125556683 (patch)
tree1ef940e7d8687a1044060cc042aa619bff8b1458 /app/views/search
parent0ed895388b89c1092f88da7c501587b70c4e899e (diff)
downloadredmine-a4499274a2f946b734caf7bd6f68b66125556683.tar.gz
redmine-a4499274a2f946b734caf7bd6f68b66125556683.zip
Fixed open div tag position.
git-svn-id: http://svn.redmine.org/redmine/trunk@13859 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/search')
-rw-r--r--app/views/search/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/search/index.html.erb b/app/views/search/index.html.erb
index 935abf5a2..2f0b06a6c 100644
--- a/app/views/search/index.html.erb
+++ b/app/views/search/index.html.erb
@@ -1,7 +1,7 @@
<h2><%= l(:label_search) %></h2>
-<div class="box">
<%= form_tag({}, :method => :get, :id => 'search-form') do %>
+<div class="box">
<%= label_tag "search-input", l(:description_search), :class => "hidden-for-sighted" %>
<p><%= text_field_tag 'q', @question, :size => 60, :id => 'search-input' %>
<%= project_select_tag %>