From: Simon Brandhof Date: Tue, 4 Jun 2013 22:33:03 +0000 (+0200) Subject: SONAR-3755 add whitespace between qualifier icon and title X-Git-Tag: 3.6~90 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0a9ca248ec060224202a69427483d93c901b53f4;p=sonarqube.git SONAR-3755 add whitespace between qualifier icon and title --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_show.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_show.html.erb index 8bbd6ce76fd..5344eafceca 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_show.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_show.html.erb @@ -11,7 +11,7 @@ <% end %> <% if component %> - <%= qualifier_icon(component) -%> + <%= qualifier_icon(component) %> <%= h component.longName() -%> <% else %>