From 121abb76a2abb363f4dbac1f0fb548717724ecfc Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Vilain Date: Thu, 18 Jul 2013 14:27:54 +0200 Subject: [PATCH] SONAR-4466 Added id on HTML element --- .../WEB-INF/app/views/permission_templates/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/permission_templates/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/permission_templates/index.html.erb index 16f65a695b4..1f3fe568467 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/permission_templates/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/permission_templates/index.html.erb @@ -78,7 +78,7 @@ end if qualifiers.length > 0 %> - <%= image_tag 'tick.png', :id => "is_active_#{u permission_template.name}" %>(Default for <%= qualifiers.collect {|q| message('qualifier.' + q)}.join(', ') %>) + <%= image_tag 'tick.png', :alt => 'is_default' %>">(Default for <%= qualifiers.collect {|q| message('qualifier.' + q)}.join(', ') %>) <% end %> -- 2.39.5