@@ -7,8 +7,8 | |||
|
7 | 7 | <p><%=h version.description %></p> |
|
8 | 8 | <% if version.custom_values.any? %> |
|
9 | 9 | <ul> |
|
10 | <% version.custom_values.each do |custom_value| %> | |
|
11 |
<% if |
|
|
10 | <% version.custom_field_values.each do |custom_value| %> | |
|
11 | <% if custom_value.value.present? %> | |
|
12 | 12 | <li><%=h custom_value.custom_field.name %>: <%=h show_value(custom_value) %></li> |
|
13 | 13 | <% end %> |
|
14 | 14 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now