From: Fabrice Bellingard Date: Fri, 23 Nov 2012 10:36:41 +0000 (+0100) Subject: SONAR-3325 Remove tooltip X-Git-Tag: 3.4~289 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d90f09df684476d7ab0ebe0fc0ff3af00786e63f;p=sonarqube.git SONAR-3325 Remove tooltip --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/search/_autocomplete.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/search/_autocomplete.html.erb index b3ab23700dc..99e526f81fd 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/search/_autocomplete.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/search/_autocomplete.html.erb @@ -18,7 +18,7 @@ displayed_resource_name=truncate(displayed_resource_name.reverse, :length => 70).reverse end %> - <%= qualifier_icon resource -%> <%= highlight(displayed_resource_name, params[:s]) -%> + <%= qualifier_icon resource -%> <%= highlight(displayed_resource_name, params[:s]) -%> <% first=false end