]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3755 add whitespace between qualifier icon and title
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 4 Jun 2013 22:33:03 +0000 (00:33 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 4 Jun 2013 22:33:03 +0000 (00:33 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/issue/_show.html.erb

index 8bbd6ce76fdb4f5102763f5342d3c194a9fc55a6..5344eafcecab92abe3043640fe466ea4e6099458 100644 (file)
@@ -11,7 +11,7 @@
   <% end %>
   <span class="h1">
     <% if component %>
-    <%= qualifier_icon(component) -%>
+    <%= qualifier_icon(component) %>
     <a href="<%= ApplicationController.root_context -%>/resource/index/<%= component.key() -%>?layout=false&tab=issues"
        onclick="window.open(this.href,'resource-<%= component.key().parameterize -%>','height=800,width=900,scrollbars=1,resizable=1');return false;"><%= h component.longName() -%></a>
     <% else %>