From f7b49d348af4db850fcd882fc260323926bc8458 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 23 Jun 2014 15:25:28 +0600 Subject: [PATCH] SONAR-5333 Improve links consistency --- .../main/webapp/WEB-INF/app/views/drilldown/measures.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 720a5313ffd..540db0d8d3e 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 @@ -87,7 +87,7 @@ <%= h resource.name(false) %> <% else %> - <%= link_to(h(resource.name), {:only_path => true, :overwrite_params => {:rids => (selected ? rids-[resource.id] : rids+[resource.id])}}, :class => 'chevron-link highlighted-link') -%> + <%= link_to(h(resource.name), {:only_path => true, :overwrite_params => {:rids => (selected ? rids-[resource.id] : rids+[resource.id])}}, :class => 'underlined-link') -%> <% end %> -- 2.39.5