From 77d6ab9f4a76a80523e54121972f9c5041a0e0e9 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 22 Jun 2015 11:44:59 +0200 Subject: [PATCH] fix maintenance page --- .../src/main/webapp/WEB-INF/app/views/layouts/nonav.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/nonav.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/nonav.html.erb index 4221ad585d4..51a2cd73edd 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/nonav.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/nonav.html.erb @@ -5,7 +5,7 @@
- <%= yield %> +
<%= yield %>
@@ -29,4 +29,6 @@ })(window.jQuery); +<%= yield :extra_script -%> + -- 2.39.5