Pārlūkot izejas kodu

Fixed open div tag position.

git-svn-id: http://svn.redmine.org/redmine/trunk@13859 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.0.0
Jean-Philippe Lang pirms 9 gadiem
vecāks
revīzija
a4499274a2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      app/views/search/index.html.erb

+ 1
- 1
app/views/search/index.html.erb Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt