diff options
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 b92df96f1..7987d3b99 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -53,7 +53,7 @@ <td class="last_login_on"><%= format_time(user.last_login_on) unless user.last_login_on.nil? %></td> <td class="buttons"> <%= change_status_link(user) %> - <%= delete_link user_path(user, :back_url => request.original_fullpath) unless User.current == user %> + <%= delete_link user_path(user, :back_url => request.original_fullpath), :data => {} unless User.current == user %> </td> </tr> <% end -%> |