diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-11-22 21:43:11 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-11-22 21:43:11 +0000 |
commit | 35e8f0d25d97622034dcebcec0524ceff708bf12 (patch) | |
tree | 896008094a1010c682cf0a5b36ef16d05565dbe5 /app/views/users/index.html.erb | |
parent | 6577f37fc3c332a6d5e5a50f6d30820b93143436 (diff) | |
download | redmine-35e8f0d25d97622034dcebcec0524ceff708bf12.tar.gz redmine-35e8f0d25d97622034dcebcec0524ceff708bf12.zip |
User forms cleanup.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7889 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/users/index.html.erb')
-rw-r--r-- | app/views/users/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index 8832d8624..6def80646 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -1,5 +1,5 @@ <div class="contextual"> -<%= link_to l(:label_user_new), {:action => 'new'}, :class => 'icon icon-add' %> +<%= link_to l(:label_user_new), new_user_path, :class => 'icon icon-add' %> </div> <h2><%=l(:label_user_plural)%></h2> |