From e447675add441e0ee98adc0bedbb149c53e981fa Mon Sep 17 00:00:00 2001 From: Teryk Bellahsene Date: Wed, 30 Mar 2016 12:41:11 +0200 Subject: [PATCH] Fix Web API URL when not logged in --- .../webapp/WEB-INF/app/views/api_documentation/index.html.erb | 2 +- .../src/main/webapp/WEB-INF/app/views/layouts/nonav.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/api_documentation/index.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/api_documentation/index.html.erb index 4d8d2500e2d..5b1b5346f45 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/api_documentation/index.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/api_documentation/index.html.erb @@ -1,6 +1,6 @@ <% content_for :extra_script do %> <% end %> 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 52ddb591760..34a06883d13 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 @@ -24,7 +24,7 @@ Documentation - Get Support - Plugins - - Web Service API + Web API <%= render 'branding/footer' -%> -- 2.39.5