diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-08-09 06:25:32 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-08-09 06:25:32 (EDT) |
commit | e4b23d212fa68c1002c246ff97631af35810dab0 (patch) | |
tree | 3275e1b497532851f62e528bc1c075350a0c035f /site/git | |
parent | f897e346869802c621b4f2c6c7176866e05583ac (diff) | |
download | libreboot.org-e4b23d212fa68c1002c246ff97631af35810dab0.zip libreboot.org-e4b23d212fa68c1002c246ff97631af35810dab0.tar.gz libreboot.org-e4b23d212fa68c1002c246ff97631af35810dab0.tar.bz2 |
git page: Make gitweb links a separate link
Diffstat (limited to 'site/git')
-rw-r--r-- | site/git/index.php | 6 |
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> |