diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-03-21 13:29:08 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-03-21 13:29:08 +0100 |
commit | 513aa53c77d7516457b26a2a87573cc30dab1879 (patch) | |
tree | 0f74f478170fa40fc2f8d6d7f1fe0d6253115403 /sonar-server/src | |
parent | a22b0428a005b9dbf5c95076a8079920c0f24221 (diff) | |
download | sonarqube-513aa53c77d7516457b26a2a87573cc30dab1879.tar.gz sonarqube-513aa53c77d7516457b26a2a87573cc30dab1879.zip |
SONAR-2084 missing whitespace
Diffstat (limited to 'sonar-server/src')
2 files changed, 2 insertions, 2 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/_generate_secret_key.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/_generate_secret_key.html.erb index af3a720ff3e..319d2446204 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/_generate_secret_key.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/_generate_secret_key.html.erb @@ -4,7 +4,7 @@ <li>Restrict access to this file by making it readable and by owner only</li> <li>Restart the server if the property <code>sonar.secretKeyPath</code> has been set or changed.</li> <li>Copy this file on all the machines that execute code inspection. Define the property <code>sonar.secretKeyPath</code> on those machines if the path is not <code>~/.sonar/sonar-secret.txt</code>.</li> - <li>For each property that you want to encrypt, <%= link_to 'generate the encrypted value', {:action => 'index'}, {:class => 'link-action'} -%> + <li>For each property that you want to encrypt, <%= link_to 'generate the encrypted value', {:action => 'index'}, {:class => 'link-action'} %> and replace the original values where ever they are stored (configuration files, command lines) </li> diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb index 2aef6cc9fd9..ba7aae6d40a 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb @@ -13,7 +13,7 @@ <div id="encrypted_section" style="display:none"></div> <span id="encryption_error" class="error" style="display:none"></span> -<p>Note that the <%= link_to 'secret key can be changed', {:action => 'generate_secret_form'}, :class => 'link-action' -%> +<p>Note that the <%= link_to 'secret key can be changed', {:action => 'generate_secret_form'}, :class => 'link-action' %> but all the encrypted properties will have to be updated. <a href="http://docs.codehaus.org/display/SONAR/Settings+Encryption" class="external" target="sonar_doc">More information</a>.</p> <script> $('clear_text').focus(); |