diff --git a/app/views/users/_mail_notifications.html.erb b/app/views/users/_mail_notifications.html.erb index 85842de56..a601a1f0e 100644 --- a/app/views/users/_mail_notifications.html.erb +++ b/app/views/users/_mail_notifications.html.erb @@ -16,7 +16,7 @@ project.id, @user.notified_projects_ids.include?(project.id), :id => nil - ) + ' ' + h(project.name) + ) + ' ' + link_to_project(project) ) end %> <%= hidden_field_tag 'user[notified_project_ids][]', '' %>