Commit 5501955d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #1636 from dosire/consistent_issue_type_order

Reversed order of progress indication so that the text matches the progress bar.
parents 1a2cb531 82425cf3
...@@ -31,9 +31,9 @@ ...@@ -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}%;"}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment