pourcent -> percent

pull/2004/head
Philipp Tessenow 10 years ago
parent eed0e06443
commit 65d474dca3
  1. 2
      app/assets/stylesheets/legacy/_06_progress_bar.sass
  2. 2
      app/helpers/application_helper.rb

@ -49,7 +49,7 @@
background: #FFF none repeat scroll 0%
p
&.pourcent
&.percent
font-size: 80%
&.progress-bar-legend
font-size: 80%

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

Loading…
Cancel
Save