From 1bed4aed336f23a5d9feabc21cdb7a0b19c9437f Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 3 Mar 2014 17:30:52 +0100 Subject: [PATCH] SONAR-5107 Update ruby helper in order to use new alert icons --- .../src/main/webapp/WEB-INF/app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb index df7fd1aa049..2a10cb09bad 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb @@ -260,7 +260,7 @@ module ApplicationHelper if options[:period] html=m.format_numeric_value(m.variation(options[:period].to_i)) elsif m.metric.val_type==Metric::VALUE_TYPE_LEVEL - html=image_tag("levels/#{m.data.downcase}.png") unless m.data.blank? + html="" unless m.data.blank? else html=m.formatted_value end -- 2.39.5