From 05a959a9dc4566c991f650d10c00b18209fa8685 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Thu, 15 Oct 2015 14:21:34 +0200 Subject: [PATCH] fix the page showing a single widget --- .../src/main/webapp/WEB-INF/app/views/widget/index.html.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/widget/index.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/widget/index.html.erb index 93891cc2c0e..3d718d0a954 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/widget/index.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/widget/index.html.erb @@ -1,3 +1,8 @@ +<% content_for :script do %> + + +<% end %> +
<% -- 2.39.5