1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-22 23:32:57 +00:00

Fixed open div tag position.

git-svn-id: http://svn.redmine.org/redmine/trunk@13859 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2015-01-10 10:10:48 +00:00
parent 0ed895388b
commit a4499274a2

View File

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