diff --git a/app/views/resumes/progress.html.haml b/app/views/resumes/progress.html.haml index 6dcc370..3e59e7d 100644 --- a/app/views/resumes/progress.html.haml +++ b/app/views/resumes/progress.html.haml @@ -23,6 +23,10 @@ While editing, clicking outside the box cancels. .progress - .progress-bar.progress-bar-primary{"aria-valuemax" => "100", "aria-valuemin" => "0", "aria-valuenow" => "60", :role => "progressbar", :style => "width: #{@resume.percent}; min-width: 2em;"} + .progress-bar{ "aria-valuemax" => "100", + "aria-valuemin" => "0", + "aria-valuenow" => "#{@resume.percent}", + :role => "progressbar", + :style => "width: #{@resume.percent}%; min-width: 2em;"} =@resume.percent \%