Project

General

Profile

Patch #8383 » redmine.2.3.3.patch

Stanislav Shcherbakov, 2013-09-26 12:46

View differences:

/root/show.html.erb 2013-09-26 17:38:36.678168489 +0700
29 29
  <% end %>
30 30
  <% if @subprojects.any? %>
31 31
    <li><%=l(:label_subproject_plural)%>:
32
      <%= @subprojects.collect{|p| link_to p, project_path(p)}.join(", ").html_safe %></li>
32
      <ul><li><%= @subprojects.collect{|p| link_to p, project_path(p)}.join("</li><li>").html_safe %></li></ul></li>
33 33
  <% end %>
34 34
  <% @project.visible_custom_field_values.each do |custom_value| %>
35 35
  <% if !custom_value.value.blank? %>
(4-4/5)