github.com/hugorut/terraform@v1.1.3/website/layouts/downloads.erb (about)

     1  <% wrap_layout :inner do %>
     2    <% content_for :sidebar do %>
     3      <h4><a href="/downloads.html">Downloads</a></h4>
     4  
     5      <ul class="nav docs-sidenav">
     6        <li<%= sidebar_current("downloads-terraform") %>>
     7          <a href="/downloads.html">Download Terraform</a>
     8        </li>
     9  
    10        <li<%= sidebar_current("docs-cli-install-apt") %>>
    11          <a href="/docs/cli/install/apt.html">Debian/Ubuntu APT Packages</a>
    12        </li>
    13  
    14        <li<%= sidebar_current("docs-cli-install-yum") %>>
    15          <a href="/docs/cli/install/yum.html">RHEL/Fedora Yum Packages</a>
    16        </li>
    17  
    18        <li<%= sidebar_current("upgrade-guides") %>>
    19          <a href="/upgrade-guides/index.html">Upgrade Guides</a>
    20        </li>
    21      </ul>
    22  
    23      <%= partial("layouts/otherdocs", :locals => { :skip => "Download Terraform" }) %>
    24    <% end %>
    25  
    26    <%= yield %>
    27  <% end %>