terraform/website/layouts/downloads.erb

28 lines
826 B
Plaintext
Raw Normal View History

2014-07-16 23:51:48 +02:00
<% wrap_layout :inner do %>
2017-04-05 17:28:34 +02:00
<% content_for :sidebar do %>
<h4><a href="/downloads.html">Downloads</a></h4>
2017-04-05 17:28:34 +02:00
<ul class="nav docs-sidenav">
<li<%= sidebar_current("downloads-terraform") %>>
<a href="/downloads.html">Download Terraform</a>
</li>
2016-08-01 21:37:43 +02:00
<li<%= sidebar_current("docs-cli-install-apt") %>>
<a href="/docs/cli/install/apt.html">Debian/Ubuntu APT Packages</a>
</li>
<li<%= sidebar_current("docs-cli-install-yum") %>>
<a href="/docs/cli/install/yum.html">RHEL/Fedora Yum Packages</a>
</li>
2017-04-05 17:28:34 +02:00
<li<%= sidebar_current("upgrade-guides") %>>
<a href="/upgrade-guides/index.html">Upgrade Guides</a>
</li>
</ul>
<%= partial("layouts/otherdocs", :locals => { :skip => "Download Terraform" }) %>
2017-04-05 17:28:34 +02:00
<% end %>
2014-07-16 23:51:48 +02:00
2017-04-05 17:28:34 +02:00
<%= yield %>
<% end %>