summaryrefslogtreecommitdiffstats
path: root/site/git/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/git/index.php')
-rw-r--r--site/git/index.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/site/git/index.php b/site/git/index.php
index b1ea296..55b0dff 100644
--- a/site/git/index.php
+++ b/site/git/index.php
@@ -48,11 +48,13 @@
<h2><?php echo gettext("How to download"); ?></h2>
<p>
<?php echo gettext("Coreboot distribution. <i>This also contains the documentation</i>:"); ?><br/>
- $ <b>git clone <a href="<?php echo $lbFirmwareGitwebAddress; ?>"><?php echo $lbFirmwareGitRepoAddress; ?></a></b>
+ $ <b>git clone <?php echo $lbFirmwareGitRepoAddress; ?></b><br/>
+ <a href="<?php echo $lbFirmwareGitwebAddress; ?>">Browse repository via web</a>
</p>
<p>
<?php echo gettext("Website. <i>Documentation is in the other repository</i>:"); ?><br/>
- $ <b>git clone <a href="<?php echo $lbWebsiteGitwebAddress; ?>"><?php echo $lbWebsiteGitRepoAddress; ?></a></b>
+ $ <b>git clone <?php echo $lbWebsiteGitRepoAddress; ?></b><br/>
+ <a href="<?php echo $lbWebsiteGitwebAddress; ?>">Browse repository via web</a>
</p>
<h2 id="contrib"><?php echo gettext("Submitting patches"); ?></h2>