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