Index: app/views/users/_mail_notifications.html.erb =================================================================== --- app/views/users/_mail_notifications.html.erb (révision 970) +++ app/views/users/_mail_notifications.html.erb (copie de travail) @@ -4,7 +4,7 @@

<% content_tag 'div', :id => 'notified-projects', :style => (@user.mail_notification == 'selected' ? '' : 'display:none;') do %>

<% @user.projects.each do |project| %> -
+
<% end %>

<%= l(:text_user_mail_option) %>

<% end %>