From f2b227547e86370f044da124f6542c291f4f4edc Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 3 Mar 2010 20:09:39 +0000 Subject: [PATCH] Filters collapsed by default for saved queries (#4623). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3529 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issues/index.rhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/issues/index.rhtml b/app/views/issues/index.rhtml index 5b8fa05a..eac177c8 100644 --- a/app/views/issues/index.rhtml +++ b/app/views/issues/index.rhtml @@ -11,9 +11,9 @@ <% form_tag({ :controller => 'queries', :action => 'new' }, :id => 'query_form') do %> <%= hidden_field_tag('project_id', @project.to_param) if @project %>
-
+
"> <%= l(:label_filter_plural) %> -
+
"> <%= render :partial => 'queries/filters', :locals => {:query => @query} %>