summaryrefslogtreecommitdiffstats
path: root/app/views/users/index.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/users/index.rhtml')
-rw-r--r--app/views/users/index.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/index.rhtml b/app/views/users/index.rhtml
index 804678959..69ad73747 100644
--- a/app/views/users/index.rhtml
+++ b/app/views/users/index.rhtml
@@ -30,7 +30,7 @@
<tbody>
<% for user in @users -%>
<tr class="user <%= cycle("odd", "even") %> <%= %w(anon active registered locked)[user.status] %>">
- <td class="username"><%= avatar(user, :size => "14") %><%= link_to h(user.login), :action => 'edit', :id => user %></td>
+ <td class="username"><%= avatar(user, :size => "14") %><%= link_to h(user.login), edit_user_path(user) %></td>
<td class="firstname"><%= h(user.firstname) %></td>
<td class="lastname"><%= h(user.lastname) %></td>
<td class="email"><%= mail_to(h(user.mail)) %></td>