]> source.dussan.org Git - sonarqube.git/commitdiff
Increase the maximum size of labels displayed in search results
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 9 Oct 2012 14:48:29 +0000 (16:48 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 9 Oct 2012 14:48:29 +0000 (16:48 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/search/_autocomplete.html.erb

index 39341c87f0e3c37a8f2e216261cef79c3369003c..3e2f99eee50b5664da6dbadf7053c75b3ca8b78c 100644 (file)
@@ -11,7 +11,7 @@
 %>
         <li id="<%= resource.id -%>">
           <div class="q"><%= message("qualifiers.#{resource.qualifier}") if first -%></div>
-          <%= qualifier_icon resource -%> <%= highlight(truncate(resource.name(true), :length => 65), params[:s]) -%>
+          <%= qualifier_icon resource -%> <%= highlight(truncate(resource.name(true), :length => 70), params[:s]) -%>
         </li>
 <%             first=false
              end