fix progress bar percent

This commit is contained in:
Torsten Ruger 2017-07-13 21:14:45 +03:00
parent 51d96ccc04
commit 49f2bb8469
1 changed files with 5 additions and 1 deletions

View File

@ -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
\%