From: Simon Brandhof Date: Mon, 11 Jun 2012 12:30:58 +0000 (+0200) Subject: Fix display of review commands on 'global' violations X-Git-Tag: 3.2~337 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7076d0b558fee983cbb078f2ce3eedca3ab4bf31;p=sonarqube.git Fix display of review commands on 'global' violations --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb index 297f14023b7..1f452a265e9 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb @@ -5,7 +5,7 @@ <% @global_violations.each do |violation| %> - + <% end %>
<%= render :partial => 'violation', :locals => {:violation => violation} -%><%= render :partial => 'violation', :locals => {:violation => violation, :review_screens => @review_screens_by_vid ? @review_screens_by_vid.get(violation.id) : []} -%>