From f31d5fd1a99b5b3dca8cc450d97203206a06de5a Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Fri, 28 Sep 2012 14:50:56 +0200 Subject: [PATCH] SONAR-968 Use jQuery syntax over Prototype's one --- .../main/webapp/WEB-INF/app/views/drilldown/measures.html.erb | 2 +- .../main/webapp/WEB-INF/app/views/drilldown/violations.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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])}}) -%> -- 2.39.5