# HG changeset patch # User luisf # Date 1321033858 0 # Node ID 7d58183fd14c16adead66c2b739c4e1b96c91be0 # Parent 687c9fbca25553f13d3b0a243d7978d06213d5a7 Fixes (hopefully) Bug #323 diff -r 687c9fbca255 -r 7d58183fd14c vendor/plugins/redmine_tags/app/views/projects/index.rhtml --- a/vendor/plugins/redmine_tags/app/views/projects/index.rhtml Fri Nov 11 17:24:10 2011 +0000 +++ b/vendor/plugins/redmine_tags/app/views/projects/index.rhtml Fri Nov 11 17:50:58 2011 +0000 @@ -16,7 +16,7 @@
-<% form_tag('/projects', :method => :get, :id => :project_filtering) do %> +<% form_tag(:controller => :projects, :action => :index, :method => :get, :id => :project_filtering) do %>
<%= l(:label_filter_plural) %>