diff options
author | Alex Legler <alex@a3li.li> | 2015-11-23 20:45:05 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-11-23 20:45:05 +0100 |
commit | 29b3f1db432909ce7940337dbf76d0f92ddb2708 (patch) | |
tree | 37e68eaef798263b2e2bd8b551c7546d6a5371d6 /downloads | |
parent | Update snapshots key expiry (diff) | |
download | www-29b3f1db432909ce7940337dbf76d0f92ddb2708.tar.gz www-29b3f1db432909ce7940337dbf76d0f92ddb2708.tar.bz2 www-29b3f1db432909ce7940337dbf76d0f92ddb2708.zip |
Put sh and s390 downloads according to profile status
Also fixes bug 563618 by linking to all of the s390 files
Diffstat (limited to 'downloads')
-rw-r--r-- | downloads/index.html | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/downloads/index.html b/downloads/index.html index 610dddf..bcf15fc 100644 --- a/downloads/index.html +++ b/downloads/index.html @@ -67,8 +67,6 @@ inlinejs: "$(function() { $('#other-arches a:first').tab('show'); });" <li><a href="#hppa" data-toggle="tab"><strong>hppa</strong></a></li> <li><a href="#ia64" data-toggle="tab"><strong>ia64</strong></a></li> <li><a href="#ppc" data-toggle="tab"><strong>ppc</strong></a></li> - <li><a href="#s390" data-toggle="tab"><strong>s390</strong></a></li> - <li><a href="#sh" data-toggle="tab"><strong>sh</strong></a></li> <li><a href="#sparc" data-toggle="tab"><strong>sparc</strong></a></li> <li><a href="#experimental" data-toggle="tab"><strong>(experimental)</strong></a></li> </ul> @@ -116,18 +114,6 @@ inlinejs: "$(function() { $('#other-arches a:first').tab('show'); });" {% include downloads/ppc.html %} </div> </div> - <div class="tab-pane active" id="s390"> - <h3>s390</h3> - <div class="row"> - {% include downloads/s390.html %} - </div> - </div> - <div class="tab-pane active" id="sh"> - <h3>sh</h3> - <div class="row"> - {% include downloads/sh.html %} - </div> - </div> <div class="tab-pane active" id="sparc"> <h3>sparc</h3> <div class="row"> @@ -147,4 +133,4 @@ inlinejs: "$(function() { $('#other-arches a:first').tab('show'); });" <h2>Gentoo DVDs and CDs</h2> <p> If you simply don't have the ability to download the large DVD or CD images, then you may wish to purchase a <a href="/inside-gentoo/stores/">Gentoo DVD or CD</a>. -</p>
\ No newline at end of file +</p> |