aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/webapp/WEB-INF/app/views/updatecenter/index.html.erb
blob: 21e4db24e3a326469179c35582179828c8bc6325 (plain)
1
2
3
4
5
6
7
<% content_for :extra_script do %>
  <script>
    window.sonarqube.urlRoot = baseUrl + '/updatecenter';
  </script>
  <script src="<%= ApplicationController.root_context -%>/js/bundles/update-center.js?v=<%= sonar_version -%>"></script>
<% end %>