From eeea14f4560a839d86e34d5533aaaf7485e8ec7f Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Wed, 18 Jun 2014 17:53:20 +0200 Subject: [PATCH] SONAR-5149 Remove links on severities (as the active_severities parameter is missing on coding rules) --- .../src/main/webapp/WEB-INF/app/views/profiles/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/show.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/show.html.erb index 618276a7670..4961ba50b03 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/show.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/show.html.erb @@ -53,7 +53,7 @@ <%= message(severity) -%> - "><%= value -%> + <%= value -%> <% if max > 0 %> -- 2.39.5