Project

General

Profile

Defect #7297 ยป redmine-1.1.0_fix.patch

Ilya Kharmatsky, 2011-01-11 23:06

View differences:

app/views/projects/show.rhtml 2011-01-11 21:57:14.000000000 +0000
16 16
 	<li><%=l(:label_subproject_plural)%>:
17 17
	    <%= @subprojects.collect{|p| link_to(h(p), :action => 'show', :id => p)}.join(", ") %></li>
18 18
  <% end %>
19
	<% @project.visible_custom_field_values.each do |custom_value| %>
19
	<% @project.custom_field_values.each do |custom_value| %>
20 20
	<% if !custom_value.value.blank? %>
21 21
	   <li><%= custom_value.custom_field.name%>: <%=h show_value(custom_value) %></li>
22 22
	<% end %>
    (1-1/1)