aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-06-22 11:44:59 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-06-22 11:45:31 +0200
commit77d6ab9f4a76a80523e54121972f9c5041a0e0e9 (patch)
tree71a7bf6065fc7e51cc4557c72e7fb9f50171b139 /server
parent1117c1c646cf7b1c3b2f5ee40c01997451b0b4c2 (diff)
downloadsonarqube-77d6ab9f4a76a80523e54121972f9c5041a0e0e9.tar.gz
sonarqube-77d6ab9f4a76a80523e54121972f9c5041a0e0e9.zip
fix maintenance page
Diffstat (limited to 'server')
-rw-r--r--server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/nonav.html.erb4
1 files changed, 3 insertions, 1 deletions
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 @@
<div>
<div id="bd">
<div id="nonav" class="page-simple">
- <%= yield %>
+ <div id="content"><%= yield %></div>
</div>
</div>
</div>
@@ -29,4 +29,6 @@
})(window.jQuery);
</script>
+<%= yield :extra_script -%>
+
</body></html>