Commit 82425cf358d6abb316dce04dca1567481f57c463

Authored by joseph Borremans
1 parent 8ec95642

reversed order of progress indication for visual harmony so that text matches the progress bar

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/views/milestones/show.html.haml
... ... @@ -28,9 +28,9 @@
28 28 %h5
29 29 Progress:
30 30 %small
31   - #{@milestone.issues.opened.count} open
32   - –
33 31 #{@milestone.issues.closed.count} closed
  32 + –
  33 + #{@milestone.issues.opened.count} open
34 34 .progress.progress-success
35 35 .bar{style: "width: #{@milestone.percent_complete}%;"}
36 36  
... ...