From 82425cf358d6abb316dce04dca1567481f57c463 Mon Sep 17 00:00:00 2001 From: joseph Borremans Date: Fri, 5 Oct 2012 17:48:52 +0200 Subject: reversed order of progress indication for visual harmony so that text matches the progress bar --- app/views/milestones/show.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/milestones/show.html.haml b/app/views/milestones/show.html.haml index ba71ead7311..8acf9ca35e2 100644 --- a/app/views/milestones/show.html.haml +++ b/app/views/milestones/show.html.haml @@ -28,9 +28,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}%;"} -- cgit v1.2.1