reversed order of progress indication for visual harmony so that text matches the progress bar

This commit is contained in:
joseph Borremans 2012-10-05 17:48:52 +02:00
parent 8ec956421c
commit 82425cf358

View file

@ -28,9 +28,9 @@
%h5
Progress:
%small
#{@milestone.issues.opened.count} open
–
#{@milestone.issues.closed.count} closed
–
#{@milestone.issues.opened.count} open
.progress.progress-success
.bar{style: "width: #{@milestone.percent_complete}%;"}