Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Poirier2018-08-07 19:44:39 +0000
committerEric Poirier2018-08-07 19:44:47 +0000
commit7a7037c82514c538118b2aa734a8d266de2b496d (patch)
tree351c05b0731b08513696266e86ca464b5070b337
parentf458d5f18f913a6e98289954b70130ffe7ab0403 (diff)
downloadphoton-7a7037c82514c538118b2aa734a8d266de2b496d.tar.gz
photon-7a7037c82514c538118b2aa734a8d266de2b496d.tar.xz
photon-7a7037c82514c538118b2aa734a8d266de2b496d.zip
Bug 537675 - Add Other Package Downloads link
Change-Id: Ibc4a99877784290c96eb97148d02b698f75068ab Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index 0d49d6d..4d9fb1e 100644
--- a/index.php
+++ b/index.php
@@ -57,7 +57,8 @@ ob_start();
<?php foreach ($links['links'] as $link): ?>
<a class="btn btn-photon-primary btn-lg" href="<?php print $link; ?>"><i class="fa fa-download"></i> Download</a>
<?php endforeach;?>
- <p style="font-size:16px; color:#ccc;" class="margin-top-20">June 27, 2018</p>
+ <p style="font-size:16px;" class="margin-top-20"><a style="color:#cda034;" href="/downloads/eclipse-packages">Other Package Downloads</a></p>
+ <p style="font-size:16px; color:#ccc;">June 27, 2018</p>
</div>
</div>
</div>

Back to the top