@@ -8,7 +8,6 | |||||
8 | ) %> |
|
8 | ) %> | |
9 | </p> |
|
9 | </p> | |
10 | <%= content_tag 'div', :id => 'notified-projects', :style => (@user.mail_notification == 'selected' ? '' : 'display:none;') do %> |
|
10 | <%= content_tag 'div', :id => 'notified-projects', :style => (@user.mail_notification == 'selected' ? '' : 'display:none;') do %> | |
11 | <p> |
|
|||
12 |
|
|
11 | <%= render_project_nested_lists(@user.projects) do |project| | |
13 |
|
|
12 | content_tag('label', | |
14 |
|
|
13 | check_box_tag( | |
@@ -18,7 +17,6 | |||||
18 |
|
|
17 | ) + ' ' + h(project.name) | |
19 |
|
|
18 | ) | |
20 |
|
|
19 | end %> | |
21 | </p> |
|
|||
22 | <p><em class="info"><%= l(:text_user_mail_option) %></em></p> |
|
20 | <p><em class="info"><%= l(:text_user_mail_option) %></em></p> | |
23 | <% end %> |
|
21 | <% end %> | |
24 | <p> |
|
22 | <p> |
General Comments 0
You need to be logged in to leave comments.
Login now