]> source.dussan.org Git - redmine.git/commitdiff
Removed p around ul.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 10 Aug 2012 18:39:49 +0000 (18:39 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 10 Aug 2012 18:39:49 +0000 (18:39 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10190 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/users/_mail_notifications.html.erb

index 546051232b363eb7e20e117027eeca2357e85f70..179f6749a65c2e96f4cc687327b5cf4af595cada 100644 (file)
@@ -8,17 +8,15 @@
      ) %>
 </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>