From: Simon Brandhof Date: Mon, 8 Aug 2011 10:03:02 +0000 (+0200) Subject: Replace the footer link 'Bug/feature request' by 'plugins' X-Git-Tag: 2.10~14 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e5c362b6d4991f37c5c43e3ffc6ce14e91785069;p=sonarqube.git Replace the footer link 'Bug/feature request' by 'plugins' --- diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index 9bffc2e73f2..c103b691217 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -249,7 +249,7 @@ layout.sonar.slogan=Embrace Quality layout.powered_by=Powered by layout.documentation=Documentation layout.ask_a_questions=Ask a question -layout.bug_feature_request=Bug/feature request +layout.plugins=Plugins sidebar.project_settings=Configuration sidebar.security=Security diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb index fbc097c14a6..e8364f9b06b 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb @@ -117,12 +117,13 @@ - Open Source LGPL - - v.<%= sonar_version -%> + v.<%= sonar_version -%> + - + <%= message('layout.plugins') -%> - <%= message('layout.documentation') -%> - <%= message('layout.ask_a_questions') -%> - - - <%= message('layout.bug_feature_request') -%> + <% end %>