diff --git a/website/source/downloads.html.erb b/website/source/downloads.html.erb index 4acd42d26e..f0de37f30b 100644 --- a/website/source/downloads.html.erb +++ b/website/source/downloads.html.erb @@ -8,9 +8,8 @@ page_title: "Downloads"

Downloads

-
-
+

Below are all available downloads for the latest version of Consul (<%= latest_version %>). Please download the proper package for your @@ -20,9 +19,10 @@ page_title: "Downloads"

<% $consul_os.each do |os| %> -
-
-
<%= image_tag "/images/icons/icon_#{os}.png" %>
+
+
+
<%= image_tag "/images/icons/icon_#{os}.png" %> +

<%= download_os_human(os) %>

-
+
+
<% end %>
-
+
-