diff --git a/app/views/versions/_overview.html.erb b/app/views/versions/_overview.html.erb index 882771f86..f6716a64f 100644 --- a/app/views/versions/_overview.html.erb +++ b/app/views/versions/_overview.html.erb @@ -5,6 +5,7 @@ <% end %>

<%=h version.description %>

+<% if version.custom_values.any? %> +<% end %> <% if version.fixed_issues.count > 0 %> <%= progress_bar([version.closed_pourcent, version.completed_pourcent], :width => '40em', :legend => ('%0.0f%' % version.completed_pourcent)) %>