Merge pull request #1636 from dosire/consistent_issue_type_order
Reversed order of progress indication so that the text matches the progress bar.
This commit is contained in:
commit
5501955d26
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@
|
||||||
%h5
|
%h5
|
||||||
Progress:
|
Progress:
|
||||||
%small
|
%small
|
||||||
#{@milestone.issues.opened.count} open
|
|
||||||
–
|
|
||||||
#{@milestone.issues.closed.count} closed
|
#{@milestone.issues.closed.count} closed
|
||||||
|
–
|
||||||
|
#{@milestone.issues.opened.count} open
|
||||||
.progress.progress-success
|
.progress.progress-success
|
||||||
.bar{style: "width: #{@milestone.percent_complete}%;"}
|
.bar{style: "width: #{@milestone.percent_complete}%;"}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue