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