From 337dfba807d8682e1b6abec8ca2c36ebbd5e2a07 Mon Sep 17 00:00:00 2001 From: Guo Yunhe Date: Sun, 2 Jul 2017 20:39:04 +0300 Subject: [PATCH] Testing distribution page --- app/views/distributions/testing.html.erb | 183 +++++++++++------------ 1 file changed, 86 insertions(+), 97 deletions(-) diff --git a/app/views/distributions/testing.html.erb b/app/views/distributions/testing.html.erb index 575a52f46..071fca568 100644 --- a/app/views/distributions/testing.html.erb +++ b/app/views/distributions/testing.html.erb @@ -1,106 +1,95 @@ -
-
-
-
-
-
-

Test openSUSE

-
- - <%= _('Help test the next version of openSUSE Leap, the - regular-release distribution for desktop PCs, laptops, - and servers.') %> - -
-
-
+<% testing = true %> + +
+
+
+ <%= image_tag 'distributions/testing.svg', alt: "Tumbleweed Logo" %> +

+ openSUSE Leap 42.3 Beta +

-
-
-
- -

<%= _('Currently testing %{leap_beta}') % { leap_beta: 'openSUSE Leap 42.3 Beta' } %>

-

- <%= _('This is not a supported release. It is provided to help openSUSE testers find bugs before release.') %> -
- - <%= _('Please report any issues you find in our Bugtracker.') %> - -

-

<%= _('Installation Media') %> - Intel 64-bit (x86_64)

- - - - - - - - - - - - - - - - - - - - - - - -
Leap 42.3<%= _('Size') %><%= _('Download Method') %><%= _('Checksum') %>
DVD/USB Stick4.7GB - - <%= _('Direct Link') %> - - | - - Metalink - - | - - <%= _('Pick Mirror') %> - - - - SHA256 - -
<%= _('Network') %> CD/USB Stick85MB - - <%= _('Direct Link') %> - - | - - Metalink - - | - - <%= _('Pick Mirror') %> - - - - SHA256 - -
+<% if testing %> + +
+
+ +
+ <%= _('Help test the next version of openSUSE Leap, the regular-release distribution for desktop PCs, laptops, and servers.') %> +
+ +

x86_64

+
+
+
+

+ + <%= _("DVD Image") %> (4.7GB) +

+
<%= _("For DVD and USB stick") %>
+

<%= _("Contains a large collection of software for desktop or server use. Suitable for installation or upgrade.") %>

+ <%= _('Direct Link') %> + <%= _('Metalink') %> + <%= _('Pick Mirror') %> + <%= _('Checksum') %> +
+
+
+
+

+ + <%= _("Network Image") %> (85MB) +

+
<%= _("For CD and USB stick") %>
+

<%= _("Downloads the installation system and all packages from online repositories. Suitable for installation or upgrade.") %>

+ <%= _('Direct Link') %> + <%= _('Metalink') %> + <%= _('Pick Mirror') %> + <%= _('Checksum') %> +
+
+
+
+
+ +
+
<%= render "choosing_media" %> +
+
+ +
+
<%= render "leap_switch" %> - <%= render partial: 'documentation', locals: {distro: "Leap", version: '42.3'} %> +
+
+ +
+
+ <%= render partial: 'documentation', locals: { distro: "Leap" } %> +
+
+ +
+
<%= render "verify_download" %> +
+
+ +
+
<%= render "requirements" %>
-
-
+ + +<% else %> + +
+
+
<%= _("No testing distribution available.") %>
+
+
+ +<% end %>