diff options
Diffstat (limited to 'app/views/users/index.rhtml')
-rw-r--r-- | app/views/users/index.rhtml | 2 |
1 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> |