diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2017-02-09 13:53:25 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2017-02-09 13:53:25 +0100 |
commit | d95fccc8d53acec833c4e4f4d0e5e8e34ae30194 (patch) | |
tree | 803748b21372fec5137de6993bd5704e594187fb /server/sonar-web/src/main/js/apps/about | |
parent | e7a6f8370d51b3332f5211d1bd8d873fb3ebfb49 (diff) | |
download | sonarqube-d95fccc8d53acec833c4e4f4d0e5e8e34ae30194.tar.gz sonarqube-d95fccc8d53acec833c4e4f4d0e5e8e34ae30194.zip |
SONAR-8750 apply feedback
Diffstat (limited to 'server/sonar-web/src/main/js/apps/about')
3 files changed, 3 insertions, 6 deletions
diff --git a/server/sonar-web/src/main/js/apps/about/components/AboutApp.js b/server/sonar-web/src/main/js/apps/about/components/AboutApp.js index fbc571db81e..cdc63ed6cb0 100644 --- a/server/sonar-web/src/main/js/apps/about/components/AboutApp.js +++ b/server/sonar-web/src/main/js/apps/about/components/AboutApp.js @@ -141,7 +141,7 @@ class AboutApp extends React.Component { {translate('layout.login')} </Link> )} - <a className="button" href="https://redirect.sonarsource.com/doc/home.html"> + <a className="button" href="https://redirect.sonarsource.com/doc/home.html" target="_blank"> {translate('about_page.read_documentation')} </a> </div> diff --git a/server/sonar-web/src/main/js/apps/about/components/AboutAppForSonarQubeDotCom.js b/server/sonar-web/src/main/js/apps/about/components/AboutAppForSonarQubeDotCom.js index 2c58a9d5d6f..1dcce2bc757 100644 --- a/server/sonar-web/src/main/js/apps/about/components/AboutAppForSonarQubeDotCom.js +++ b/server/sonar-web/src/main/js/apps/about/components/AboutAppForSonarQubeDotCom.js @@ -23,7 +23,6 @@ import { Link } from 'react-router'; import AboutProjects from './AboutProjects'; import EntryIssueTypesForSonarQubeDotCom from './EntryIssueTypesForSonarQubeDotCom'; import AboutRulesForSonarQubeDotCom from './AboutRulesForSonarQubeDotCom'; -import AboutLanguages from './AboutLanguages'; import AboutCleanCode from './AboutCleanCode'; import AboutQualityModelForSonarQubeDotCom from './AboutQualityModelForSonarQubeDotCom'; import AboutQualityGates from './AboutQualityGates'; @@ -55,7 +54,7 @@ export default class AboutAppForSonarQubeDotCom extends React.Component { <h1 className="big-spacer-bottom"> Continuous Code Quality<br/>as a Service </h1> - <a className="button button-active" href="https://about.sonarqube.com/get-started/"> + <a className="button button-active" href="https://about.sonarqube.com/get-started/" target="_blank"> Get Started </a> {!this.props.currentUser.isLoggedIn && ( @@ -82,8 +81,6 @@ export default class AboutAppForSonarQubeDotCom extends React.Component { <div className="about-page-section" dangerouslySetInnerHTML={{ __html: customText.value }}/> )} - <AboutLanguages/> - <AboutQualityModelForSonarQubeDotCom/> <div className="flex-columns"> diff --git a/server/sonar-web/src/main/js/apps/about/components/AboutRulesForSonarQubeDotCom.js b/server/sonar-web/src/main/js/apps/about/components/AboutRulesForSonarQubeDotCom.js index d16567bf084..71b3b3eaa1b 100644 --- a/server/sonar-web/src/main/js/apps/about/components/AboutRulesForSonarQubeDotCom.js +++ b/server/sonar-web/src/main/js/apps/about/components/AboutRulesForSonarQubeDotCom.js @@ -28,7 +28,7 @@ export default class AboutRulesForSonarQubeDotCom extends React.Component { <div className="sqcom-about-rules"> <div className="about-page-container"> <Link to={getRulesUrl()} className="sqcom-about-rules-link"> - +2000 rules + +3,000 rules <span className="spacer-left"> <svg width="15" height="36" viewBox="0 0 15 36"> <g transform="matrix(1,0,0,1,-267,-362)"> |