Project

General

Profile

Patch #8383 » show.html.erb.patch

Stanislav Shcherbakov, 2013-10-01 08:25

View differences:

show.html.erb 2013-10-01 13:18:59.818158405 +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><% @subprojects.each do |p| %>
33
	    <li><%= link_to(p, project_path(p)).html_safe %></li><% end %>
34
	</ul>
35
    </li>
33 36
  <% end %>
34 37
  <% @project.visible_custom_field_values.each do |custom_value| %>
35 38
  <% if !custom_value.value.blank? %>
(5-5/5)