From 513aa53c77d7516457b26a2a87573cc30dab1879 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 21 Mar 2012 13:29:08 +0100 Subject: SONAR-2084 missing whitespace --- .../app/views/encryption_configuration/_generate_secret_key.html.erb | 2 +- .../webapp/WEB-INF/app/views/encryption_configuration/index.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sonar-server/src') 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 @@
  • Restrict access to this file by making it readable and by owner only
  • Restart the server if the property sonar.secretKeyPath has been set or changed.
  • Copy this file on all the machines that execute code inspection. Define the property sonar.secretKeyPath on those machines if the path is not ~/.sonar/sonar-secret.txt.
  • -
  • For each property that you want to encrypt, <%= link_to 'generate the encrypted value', {:action => 'index'}, {:class => 'link-action'} -%> +
  • 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)
  • 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 @@ -

    Note that the <%= link_to 'secret key can be changed', {:action => 'generate_secret_form'}, :class => 'link-action' -%> +

    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. More information.