summaryrefslogtreecommitdiffstats
path: root/app/views/users/index.html.erb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-12-23 16:10:07 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-12-23 16:10:07 +0000
commitb7d8913459ae1692fb1750ff7c14ea42ee230598 (patch)
tree6111b6550c94b82a7ef89e87398dfdaff8daf725 /app/views/users/index.html.erb
parent4ac43ab876319acb828aedc1c7cc0210f4cb0d9e (diff)
downloadredmine-b7d8913459ae1692fb1750ff7c14ea42ee230598.tar.gz
redmine-b7d8913459ae1692fb1750ff7c14ea42ee230598.zip
Code cleanup, use named routes.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11078 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/users/index.html.erb')
-rw-r--r--app/views/users/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb
index 4f77a6493..85dc27f67 100644
--- a/app/views/users/index.html.erb
+++ b/app/views/users/index.html.erb
@@ -4,7 +4,7 @@
<h2><%=l(:label_user_plural)%></h2>
-<%= form_tag({}, :method => :get) do %>
+<%= form_tag(users_path, :method => :get) do %>
<fieldset><legend><%= l(:label_filter_plural) %></legend>
<label for='status'><%= l(:field_status) %>:</label>
<%= select_tag 'status', users_status_options_for_select(@status), :class => "small", :onchange => "this.form.submit(); return false;" %>