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