mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 08:36:06 +10:00
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:
@@ -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}%;"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user