User link_to error
Created by: dalpo
The link to user profile in /app/views/admin/projects/showhtml.haml is broken.
line 54
- @admin_project.users_projects.each do |tm|
%tr
%td
= link_to tm.user_name, admin_users_path(tm.user)
replace with:
admin_user_path(tm.user)