reversed order of progress indication for visual harmony so that text matches the progress bar
This commit is contained in:
parent
8ec956421c
commit
82425cf358
1 changed files with 2 additions and 2 deletions
|
@ -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}%;"}
|
||||
|
||||
|
|
Loading…
Reference in a new issue