From 789acee429587c920fc33ff37455690b1e448c8e Mon Sep 17 00:00:00 2001 From: yanxd Date: Tue, 7 Jan 2014 08:20:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E9=99=B7=E6=9F=A5=E8=AF=A2=E9=A3=98?= =?UTF-8?q?=E6=9D=A5=E9=A3=98=E5=8E=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/issues/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb index a382a3f7e..bd475a3a3 100644 --- a/app/views/issues/index.html.erb +++ b/app/views/issues/index.html.erb @@ -16,7 +16,7 @@ <% html_title(@query.new_record? ? l(:label_issue_plural) : @query.name) %> -
+
<%= form_tag({ :controller => 'issues', :action => 'index', :project_id => @project }, :method => :get, :id => 'query_form', :class => 'query_form') do %> <%= hidden_field_tag 'set_filter', '1' %> @@ -60,7 +60,7 @@
<% end %>
-
+ <%= error_messages_for 'query' %> <% if @query.valid? %>