From: Simon Brandhof Date: Fri, 17 Feb 2012 14:39:08 +0000 (+0100) Subject: Improve spacing in the violations drilldown page X-Git-Tag: 2.14~58 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=068c6a92d557dd16f220fc0ce7e85d8ce93f323b;p=sonarqube.git Improve spacing in the violations drilldown page --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/violations.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/violations.html.erb index a380b3b83ee..3cab320c054 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/violations.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/violations.html.erb @@ -22,9 +22,9 @@ - +
-
+ <% value_column = (@period ? "variation_value_#{@period}" : 'value') @@ -57,7 +57,7 @@ <%= render :partial => 'severity', :locals => {:css => 'even', :severity => 'INFO', :max => max, :measure => info_violations} %>
- +

<%= message('violations_drilldown.col.rule') -%>

@@ -115,7 +115,6 @@ -
<% paths=[] rids=[]