summaryrefslogtreecommitdiffstats
path: root/app/views/versions/_overview.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/versions/_overview.html.erb')
-rw-r--r--app/views/versions/_overview.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/versions/_overview.html.erb b/app/views/versions/_overview.html.erb
index 216d82cda..4203a8463 100644
--- a/app/views/versions/_overview.html.erb
+++ b/app/views/versions/_overview.html.erb
@@ -16,7 +16,7 @@
<% end %>
<% if version.issues_count > 0 %>
- <%= progress_bar([version.closed_pourcent, version.completed_pourcent], :width => '40em', :legend => ('%0.0f%' % version.completed_pourcent)) %>
+ <%= progress_bar([version.closed_percent, version.completed_percent], :width => '40em', :legend => ('%0.0f%' % version.completed_percent)) %>
<p class="progress-info">
<%= link_to(l(:label_x_issues, :count => version.issues_count),
project_issues_path(version.project, :status_id => '*', :fixed_version_id => version, :set_filter => 1)) %>