From c367f288f23df0227b971cf000fb7734a8571da6 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 17 Nov 2016 13:26:01 -0500 Subject: [PATCH] Revert custom HTML --- website/source/downloads.html.erb | 44 ++++++------------------------- 1 file changed, 8 insertions(+), 36 deletions(-) diff --git a/website/source/downloads.html.erb b/website/source/downloads.html.erb index 44d802d2f..d97b4e340 100644 --- a/website/source/downloads.html.erb +++ b/website/source/downloads.html.erb @@ -31,51 +31,23 @@ description: |- + <% product_versions.each do |os, arches| %> + <% next if os == "web" %>
-
+
<%= system_icon(os) %>
-

Mac OS X

+

<%= pretty_os(os) %>

-
-
-
-
-
-
-
-
-

Linux

- - -
-
-
-
-
-
-
-
-

Windows

-
+ <% end %>