From: Fabrice Bellingard Date: Fri, 28 Sep 2012 12:50:56 +0000 (+0200) Subject: SONAR-968 Use jQuery syntax over Prototype's one X-Git-Tag: 3.3~177 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f31d5fd1a99b5b3dca8cc450d97203206a06de5a;p=sonarqube.git SONAR-968 Use jQuery syntax over Prototype's one --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/measures.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/measures.html.erb index 5e0f823f381..76f2a871e1e 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/measures.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/measures.html.erb @@ -68,7 +68,7 @@ <% end %> <%= qualifier_icon(resource) -%>  <% if resource.source_code? %> - <%= resource.name(false) -%> <% else %> <%= link_to(resource.name, {:only_path => true, :overwrite_params => {:rids => (selected ? rids-[resource.id] : rids+[resource.id])}}) -%> diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/violations.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/violations.html.erb index ceaeddf1f2b..79346c11dbc 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/violations.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/violations.html.erb @@ -145,7 +145,7 @@ <% end %> <%= qualifier_icon(resource) -%>  <% if resource.source_code? %> - <%= resource.name(false) %> <% else %> <%= link_to(h(resource.name), {:only_path => true, :overwrite_params => {:rids => (selected ? rids-[resource.id] : rids+[resource.id])}}) -%>