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
|
||||
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