diff --git a/app/views/my_projects_overviews/index.html.erb b/app/views/my_projects_overviews/index.html.erb index 830959a329..35b5791cb9 100644 --- a/app/views/my_projects_overviews/index.html.erb +++ b/app/views/my_projects_overviews/index.html.erb @@ -39,12 +39,10 @@ See doc/COPYRIGHT.md for more details. <% end %>
-
- <% top_fields.each do |f| %> - <%= rendered_field f %> - <% end %> -
-
+ <% top_fields.each do |f| %> + <%= rendered_field f %> + <% end %> +
<% middle_fields.each do |f| %> <%= rendered_field f %> <% end %> diff --git a/app/views/my_projects_overviews/page_layout.html.erb b/app/views/my_projects_overviews/page_layout.html.erb index 1a2ddee2bb..378ba3dc87 100644 --- a/app/views/my_projects_overviews/page_layout.html.erb +++ b/app/views/my_projects_overviews/page_layout.html.erb @@ -42,11 +42,10 @@ See doc/COPYRIGHT.md for more details.

<%=l(:label_visible_elements) %>

-
- <% top_fields.each do |f| %> - <%= grid_field f %> - <% end %> -
+ <% top_fields.each do |f| %> + <%= grid_field f %> + <% end %> +
<% middle_fields.each do |f| %> <%= grid_field f %>