) %>
</p>
<%= content_tag 'div', :id => 'notified-projects', :style => (@user.mail_notification == 'selected' ? '' : 'display:none;') do %>
- <p>
- <%= 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 %>
- </p>
+ <%= 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 %>
<p><em class="info"><%= l(:text_user_mail_option) %></em></p>
<% end %>
<p>