diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-09-29 16:00:45 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-09-29 16:00:45 +0000 |
commit | d06a1a7fa47a2c3b02e9d97034e6acaf2dc5a01d (patch) | |
tree | 3bf755f3cb143ef68b4d3ec698fed4469ea6fa82 /app/views/users | |
parent | 4853dd97fd5a39eec56155baba8844adcefa9aa4 (diff) | |
download | redmine-d06a1a7fa47a2c3b02e9d97034e6acaf2dc5a01d.tar.gz redmine-d06a1a7fa47a2c3b02e9d97034e6acaf2dc5a01d.zip |
Refactor: rename UsersController#add to #new
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4229 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/users')
-rw-r--r-- | app/views/users/index.rhtml | 2 | ||||
-rw-r--r-- | app/views/users/new.html.erb (renamed from app/views/users/add.rhtml) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/index.rhtml b/app/views/users/index.rhtml index 1b4702872..804678959 100644 --- a/app/views/users/index.rhtml +++ b/app/views/users/index.rhtml @@ -1,5 +1,5 @@ <div class="contextual"> -<%= link_to l(:label_user_new), {:action => 'add'}, :class => 'icon icon-add' %> +<%= link_to l(:label_user_new), {:action => 'new'}, :class => 'icon icon-add' %> </div> <h2><%=l(:label_user_plural)%></h2> diff --git a/app/views/users/add.rhtml b/app/views/users/new.html.erb index 0e7a33319..0e7a33319 100644 --- a/app/views/users/add.rhtml +++ b/app/views/users/new.html.erb |