diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-08-08 12:03:02 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-08-08 12:03:02 +0200 |
commit | e5c362b6d4991f37c5c43e3ffc6ce14e91785069 (patch) | |
tree | 65296dfde2881125182c8d0aa8066f634f41491e | |
parent | c4a1b59a43b05259cc063594391e953c8f820368 (diff) | |
download | sonarqube-e5c362b6d4991f37c5c43e3ffc6ce14e91785069.tar.gz sonarqube-e5c362b6d4991f37c5c43e3ffc6ce14e91785069.zip |
Replace the footer link 'Bug/feature request' by 'plugins'
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 2 | ||||
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb | 7 |
2 files changed, 5 insertions, 4 deletions
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 <a href="http://www.sonarsource.org/documentation/license/" target="license" class="external">LGPL</a> - - v.<%= sonar_version -%> + v.<%= sonar_version -%> + - + <a href="http://sonar-plugins.codehaus.org" class="external" target="plugins"><%= message('layout.plugins') -%></a> - <a href="http://sonar.codehaus.org/documentation" class="external" target="sonar_doc" class="external"><%= message('layout.documentation') -%></a> - <a href="http://sonar.codehaus.org/support/" target="support" class="external"><%= message('layout.ask_a_questions') -%></a> - - - <a href="http://jira.codehaus.org/browse/SONAR" target="issuetracker" class="external"><%= message('layout.bug_feature_request') -%></a></div> + </div> </div> <% end %> |