From 32fcdff69fa3818ae80929cd5583615c9fe0778d 2012-08-10 18:39:49
From: Jean-Philippe Lang
- <%= render_project_nested_lists(@user.projects) do |project| - content_tag('label', - check_box_tag( - 'notified_project_ids[]', - project.id, - @user.notified_projects_ids.include?(project.id) - ) + ' ' + h(project.name) - ) - end %> -
+ <%= render_project_nested_lists(@user.projects) do |project| + content_tag('label', + check_box_tag( + 'notified_project_ids[]', + project.id, + @user.notified_projects_ids.include?(project.id) + ) + ' ' + h(project.name) + ) + end %><%= l(:text_user_mail_option) %>
<% end %>