diff options
Diffstat (limited to 'server/sonar-web/src/main/webapp/WEB-INF/app/views/account/notifications.html.erb')
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/app/views/account/notifications.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/account/notifications.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/account/notifications.html.erb index 29ac2b1ce1d..728550b5a3e 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/account/notifications.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/account/notifications.html.erb @@ -48,7 +48,7 @@ </section> <% end %> - <form id="notif_form" method="post" action="<%= ApplicationController.root_context -%>/account/update_notifications"> + <form id="notif_form" method="post" action="/account/update_notifications"> <% unless @global_dispatchers.empty? -%> <section class="big-spacer-bottom"> <%= render "account/global_notifications" -%> @@ -71,5 +71,5 @@ </div> <% content_for :extra_script do %> - <script src="<%= ApplicationController.root_context -%>/js/bundles/account.js?v=<%= sonar_version -%>"></script> + <script src="/js/bundles/account.js?v=<%= sonar_version -%>"></script> <% end %> |