]> source.dussan.org Git - sonarqube.git/commitdiff
Replace the footer link 'Bug/feature request' by 'plugins'
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 8 Aug 2011 10:03:02 +0000 (12:03 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 8 Aug 2011 10:03:02 +0000 (12:03 +0200)
plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb

index 9bffc2e73f270f3947afef8f66fb4c2760f8214f..c103b691217edff9cbb9411374262add1d24f76c 100644 (file)
@@ -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
index fbc097c14a668ac57e4f8aaf560e4184ad35d3e0..e8364f9b06b82200b88fcf384eda4a12c244e2b8 100644 (file)
   - 
   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 %>