From 389cb9cd02f3c7ac11ba115950820045953a8518 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Mon, 4 Oct 2010 20:39:45 +0000 Subject: [PATCH] fix alignment of tendency icons in the components page --- .../src/main/webapp/WEB-INF/app/helpers/components_helper.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/components_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/components_helper.rb index 3e3ff09e12a..eb6bff07492 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/components_helper.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/components_helper.rb @@ -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 + "" -- 2.39.5