@@ -7,7 +7,7 | |||
|
7 | 7 | <li><%=l(:field_assigned_to)%>: <%=h issue.assigned_to %></li> |
|
8 | 8 | <li><%=l(:field_category)%>: <%=h issue.category %></li> |
|
9 | 9 | <li><%=l(:field_fixed_version)%>: <%=h issue.fixed_version %></li> |
|
10 | <% issue.custom_values.each do |c| %> | |
|
10 | <% issue.custom_field_values.each do |c| %> | |
|
11 | 11 | <li><%=h c.custom_field.name %>: <%=h show_value(c) %></li> |
|
12 | 12 | <% end %> |
|
13 | 13 | </ul> |
@@ -7,7 +7,7 | |||
|
7 | 7 | <%=l(:field_assigned_to)%>: <%= issue.assigned_to %> |
|
8 | 8 | <%=l(:field_category)%>: <%= issue.category %> |
|
9 | 9 | <%=l(:field_fixed_version)%>: <%= issue.fixed_version %> |
|
10 | <% issue.custom_values.each do |c| %><%= c.custom_field.name %>: <%= show_value(c) %> | |
|
10 | <% issue.custom_field_values.each do |c| %><%= c.custom_field.name %>: <%= show_value(c) %> | |
|
11 | 11 | <% end %> |
|
12 | 12 | |
|
13 | 13 | <%= issue.description %> |
General Comments 0
You need to be logged in to leave comments.
Login now