]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-2084 open documentation in a new tab
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 20 Mar 2012 16:11:36 +0000 (17:11 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 20 Mar 2012 16:11:36 +0000 (17:11 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/generate_secret_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb

index 79a5f39ac6618c00f5b934f4a4677a1d71dd2335..eb7351c7bd9a21634574e3e52a9c4d2df4d6ab67 100644 (file)
@@ -1,5 +1,5 @@
 <h3 class="spacer-bottom">Encryption</h3>
-<p class="spacer-bottom">Secret key is required to be able to encrypt properties. <a href="http://docs.codehaus.org/display/SONAR/Settings+Encryption" class="external">More information</a>.</p>
+<p class="spacer-bottom">Secret key is required to be able to encrypt properties. <a href="http://docs.codehaus.org/display/SONAR/Settings+Encryption" class="external" target="sonar_doc">More information</a>.</p>
 <div id="secret_content">
   <%=  button_to_remote 'Generate secret key',
                           :url => {:action => 'generate_secret'},
index 53added89956372ef97094f5fdaf78f43b58555a..2aef6cc9fd9f2a5141d94465dc3b8f92619ce649 100644 (file)
@@ -14,7 +14,7 @@
 <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' -%>
-  but all the encrypted properties will have to be updated. <a href="http://docs.codehaus.org/display/SONAR/Settings+Encryption" class="external">More information</a>.</p>
+  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();
 </script>
\ No newline at end of file