</div>
)}
- {signUpAllowed && (
+ {signUpAllowed && !isAuthenticated && (
<div className="about-page-sign-up">
No account yet? <a href={window.baseUrl + '/users/new'}>Sign up</a>
</div>
return (
<div className="about-page-section">
<div className="about-page-container clearfix">
- <img className="pull-left" src="/images/understanding-leak-period.svg" width={500} height={175}
- alt="Understanding the Leak Period"/>
+ <img className="pull-left" src={window.baseUrl + '/images/understanding-leak-period.svg'}
+ width={500} height={175} alt="Understanding the Leak Period"/>
<h2 className="about-page-header">Understanding the Leak Period</h2>
<p className="about-page-text">
The leak metaphor and the default Quality Gate are based on the leak period - the recent period against
return (
<div className="about-page-section">
<div className="about-page-container clearfix">
- <img className="pull-right" src="/images/understanding-quality-gates.svg" width={500} height={175}
- alt="Understanding Quality Gates"/>
+ <img className="pull-right" src={window.baseUrl + '/images/understanding-quality-gates.svg'}
+ width={500} height={175} alt="Understanding Quality Gates"/>
<h2 className="about-page-header">Understanding Quality Gates</h2>
<p className="about-page-text">
Your project's quality gate is the set of conditions the project must meet before it can be released
return (
<div className="about-page-section">
<div className="about-page-container clearfix">
- <img className="pull-right" src="/images/recognized-standards.svg" width={500} height={175}
- alt="Conform to recognized standards"/>
+ <img className="pull-right" src={window.baseUrl + '/images/recognized-standards.svg'}
+ width={500} height={175} alt="Conform to recognized standards"/>
<h2 className="about-page-header">Conform to recognized standards</h2>
<p className="about-page-text">
SonarAnalyzers offer rules that support industry standards: MISRA, CERT, CWE, OWASP Top 10 and SANS Top