From 6bb071bb05dff93deeda06b6b34f7b7305f30f2e Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Wed, 14 Aug 2013 10:15:08 +0200 Subject: [PATCH] Add html class for selenium tests --- .../WEB-INF/app/views/rules_configuration/_rule_param.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_param.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_param.html.erb index 76037b191c3..07c36f1a828 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_param.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_param.html.erb @@ -24,7 +24,7 @@ <% unless read_only %> <%= submit_tag(message('update_verb'), :id => 'submit_' + parameter.id.to_s) %> - + <% if active_parameter and active_parameter.errors.size>0 %> <%= active_parameter.errors.on 'value' %> <% end %> -- 2.39.5