summaryrefslogtreecommitdiffstats
path: root/app/views/versions/_overview.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/versions/_overview.rhtml')
-rw-r--r--app/views/versions/_overview.rhtml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/versions/_overview.rhtml b/app/views/versions/_overview.rhtml
index 724f9f923..550cf3e78 100644
--- a/app/views/versions/_overview.rhtml
+++ b/app/views/versions/_overview.rhtml
@@ -5,6 +5,13 @@
<% end %>
<p><%=h version.description %></p>
+<ul>
+ <% version.custom_values.each do |custom_value| %>
+ <% if !custom_value.value.blank? %>
+ <li><%=h custom_value.custom_field.name %>: <%=h show_value(custom_value) %></li>
+ <% end %>
+ <% end %>
+</ul>
<% if version.fixed_issues.count > 0 %>
<%= progress_bar([version.closed_pourcent, version.completed_pourcent], :width => '40em', :legend => ('%0.0f%' % version.completed_pourcent)) %>