]> source.dussan.org Git - sonarqube.git/commitdiff
fix alignment of tendency icons in the components page
authorsimonbrandhof <simon.brandhof@gmail.com>
Mon, 4 Oct 2010 20:39:45 +0000 (20:39 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Mon, 4 Oct 2010 20:39:45 +0000 (20:39 +0000)
sonar-server/src/main/webapp/WEB-INF/app/helpers/components_helper.rb

index 3e3ff09e12a54108d775ba234b4c470cf53ac87f..eb6bff07492badf1eea8a9f4954fc9936ecb582f 100644 (file)
@@ -50,8 +50,7 @@ module ComponentsHelper
     elsif column.metric_column?
       measure = item_by_metric_id(measures_by_snapshot[snapshot], column.id )
       measure_param = measure.value if measure
-      content=html_measure(measure, nil, true, nil, nil, true, true)
-
+      content=html_measure(measure, nil, true, nil, nil, true, false)
     end
 
     "<#{html_node} #{"nowrap='nowrap'" if nowrap} #{"x='#{measure_param}'" if measure_param} class='right'>" + content + "</#{html_node}>"