Fix download link placement

This commit is contained in:
Seth Vargo 2017-03-28 12:44:24 -04:00
parent 80de593f02
commit ece753ed47
No known key found for this signature in database
GPG Key ID: C921994F9C27E0FF
1 changed files with 22 additions and 20 deletions

View File

@ -9,7 +9,8 @@ description: |-
<h1>Download Vagrant</h1> <h1>Download Vagrant</h1>
<div class="downloads"> <div class="downloads">
<div class="description"> <div class="description row">
<div class="col-md-12">
<p> <p>
Below are the available downloads for the latest version of Vagrant Below are the available downloads for the latest version of Vagrant
(<%= latest_version %>). Please download the proper package for your (<%= 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. 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> </p>
</div> </div>
</div>
<% product_versions.each do |os, arches| %> <% product_versions.each do |os, arches| %>
<% next if os == "web" %> <% next if os == "web" %>
@ -48,9 +50,9 @@ description: |-
<% end %> <% end %>
<div class="row"> <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"> <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> </a>
</div> </div>
</div> </div>