@@ -45,7 +45,7 | |||
|
45 | 45 | </tr> |
|
46 | 46 | <tr> |
|
47 | 47 | <% n = 0 -%> |
|
48 | <% @issue.custom_values.each do |value| -%> | |
|
48 | <% @issue.custom_field_values.each do |value| -%> | |
|
49 | 49 | <td valign="top"><b><%=h value.custom_field.name %>:</b></td><td valign="top"><%= simple_format(h(show_value(value))) %></td> |
|
50 | 50 | <% n = n + 1 |
|
51 | 51 | if (n > 1) |
General Comments 0
You need to be logged in to leave comments.
Login now