Fix download link placement
This commit is contained in:
parent
80de593f02
commit
ece753ed47
|
@ -9,7 +9,8 @@ description: |-
|
|||
<h1>Download Vagrant</h1>
|
||||
|
||||
<div class="downloads">
|
||||
<div class="description">
|
||||
<div class="description row">
|
||||
<div class="col-md-12">
|
||||
<p>
|
||||
Below are the available downloads for the latest version of Vagrant
|
||||
(<%= latest_version %>). Please download the proper package for your
|
||||
|
@ -28,6 +29,7 @@ description: |-
|
|||
You can also <a href="https://releases.hashicorp.com/vagrant/" target="_blank" rel="nofollow noopener noreferrer">download older versions of Vagrant</a> from the releases service.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% product_versions.each do |os, arches| %>
|
||||
<% next if os == "web" %>
|
||||
|
@ -48,9 +50,9 @@ description: |-
|
|||
<% end %>
|
||||
|
||||
<div class="row">
|
||||
<div class="poweredby">
|
||||
<div class="col-md-12 poweredby">
|
||||
<a href="https://www.fastly.com?utm_source=hashicorp" target="_blank" rel="nofollow noopener noreferrer">
|
||||
<%= inline_svg "fastly.svg", height: 50 %>
|
||||
<%= image_tag "fastly_logo.png" %>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue