From: Jean-Baptiste Vilain Date: Thu, 18 Jul 2013 12:27:54 +0000 (+0200) Subject: SONAR-4466 Added id on HTML element X-Git-Tag: 3.7~58 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=121abb76a2abb363f4dbac1f0fb548717724ecfc;p=sonarqube.git SONAR-4466 Added id on HTML element --- 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 %>