From 7076d0b558fee983cbb078f2ce3eedca3ab4bf31 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 11 Jun 2012 14:30:58 +0200 Subject: [PATCH] Fix display of review commands on 'global' violations --- .../src/main/webapp/WEB-INF/app/views/resource/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) : []} -%>
-- 2.39.5