From f6f52d114ec91f37716e515d6d880819ea7e96fd Mon Sep 17 00:00:00 2001 From: Teryk Bellahsene Date: Tue, 3 May 2016 18:21:01 +0200 Subject: [PATCH] SONAR-7381 Log flooding with web page component/index --- .../src/main/webapp/WEB-INF/app/views/component/index.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/component/index.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/component/index.html.erb index 27fe285b3d7..aa8f970e11c 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/component/index.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/component/index.html.erb @@ -1,4 +1,5 @@ <% content_for :extra_script do %> + <% if @resource %> + <% end %> <% end %> -- 2.39.5