Bug 489884 - Adding a link to the CLA page Signed-off-by: Eric Poirier <eric@eclipse.org>
diff --git a/site_login/content/en_myaccount.php b/site_login/content/en_myaccount.php index 78bc374..4759dc4 100644 --- a/site_login/content/en_myaccount.php +++ b/site_login/content/en_myaccount.php
@@ -52,6 +52,9 @@ </div> <div class="tab-pane fade in <?php print ($Cla->getClaIsSigned() === FALSE ? 'active' : '');?>" id="open_tab_cla"> + <hr> + Visit the <a href="https://www.eclipse.org/legal/CLA.php">CLA</a> page to learn more. + <hr> <?php $Cla->outputPage(); ?> </div>