Skip to content

Commit

Permalink
Merge pull request #1636 from dosire/consistent_issue_type_order
Browse files Browse the repository at this point in the history
Reversed order of progress indication so that the text matches the progress bar.
  • Loading branch information
dzaporozhets committed Oct 7, 2012
2 parents 1a2cb53 + 82425cf commit 5501955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/milestones/show.html.haml
Expand Up @@ -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}%;"}

Expand Down

0 comments on commit 5501955

Please sign in to comment.