fixes % sign on progress bar

pull/1725/head
Jens Ulferts 10 years ago
parent f758aabfb1
commit a12e61db51
  1. 2
      app/helpers/application_helper.rb
  2. 2
      features/work_packages/work_package_show.feature

@ -470,7 +470,7 @@ module ApplicationHelper
end
number = content_tag 'p', :class => 'pourcent' do
legend + " " + l(:total_progress)
legend + '% ' + l(:total_progress)
end
bar + number

@ -87,7 +87,7 @@ Feature: Viewing a work package
When I go to the page of the work package "issue1"
Then I should see "Bug #1: issue1"
Then I should see "Bug #2: issue2" within ".idnt-1"
And I should see "0 Total progress"
And I should see "0% Total progress"
Scenario: View work package with issue done ratio disabled
Given the "work_package_done_ratio" setting is set to disabled

Loading…
Cancel
Save