vagrant/website/www/source/downloads-archive.html.erb

33 lines
784 B
Plaintext
Raw Normal View History

2013-12-09 08:17:20 +00:00
---
layout: "inner"
sidebar_current: "downloads-archive"
sidebar_template: "downloads"
sidebar_title: "Download"
page_title: "Download Old Versions of Vagrant"
---
<h2>Old Versions</h2>
<p>
This webpage lists the older versions of Vagrant that are available for
download. Some even older versions are available from the
<a href="http://downloads.vagrantup.com/">legacy downloads page</a>.
2013-12-09 08:17:20 +00:00
</p>
2014-01-10 17:45:49 +00:00
<p>
The latest version of Vagrant can be found on the
<a href="/downloads.html">main downloads page</a>.
</p>
<% if $vagrant_versions.length > 1 %>
<ul>
2014-01-10 17:45:49 +00:00
<% $vagrant_versions[1..-1].each do |version| %>
2014-01-10 17:48:44 +00:00
<li><p><a href="/download-archive/v<%= version.to_s %>.html"><%= version.to_s %></a></p></li>
<% end %>
</ul>
2014-01-10 17:45:49 +00:00
<% else %>
<p>
No old Vagrant versions could be found.
</p>
<% end %>