diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-09-25 14:26:28 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-09-25 14:26:28 +0200 |
commit | 830c35c7fc81f1c5a62213bba4b1a6a7a1c7aab0 (patch) | |
tree | d99a5a66e94c0d934858406a062c605194469720 /sonar-server/src/main | |
parent | a520f7075cc25710dd1bf82013d75cb593cfad88 (diff) | |
download | sonarqube-830c35c7fc81f1c5a62213bba4b1a6a7a1c7aab0.tar.gz sonarqube-830c35c7fc81f1c5a62213bba4b1a6a7a1c7aab0.zip |
Fix whitespace in HTML footer
Diffstat (limited to 'sonar-server/src/main')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb | 12 |
1 files changed, 1 insertions, 11 deletions
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 f9361455a25..d196fb6cb0c 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 @@ -124,17 +124,7 @@ <% if footer.getHtml() %><div><%= footer.getHtml().to_s %></div><% end %> <% end %> <div id="ftlinks"> - <%= message('layout.powered_by') -%> <a href="http://www.sonarsource.com" target="SonarSource" class="external">SonarSource</a> - - - Open Source <a href="http://www.sonarsource.org/documentation/license/" target="license" class="external">LGPL</a> - - - 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> + <%= message('layout.powered_by') -%> <a href="http://www.sonarsource.com" target="SonarSource" class="external">SonarSource</a> - Open Source <a href="http://www.sonarsource.org/documentation/license/" target="license" class="external">LGPL</a> - 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> </div> </div> <% end %> |