open-consul/website/source/layouts/downloads.erb
Seth Vargo 55281ac728
Move to new branding
This JUST moves over to the new branding. Once we get this in, I can
work on making the sidebar links and splitting out the API into its own
section.
2017-03-30 18:46:50 -04:00

16 lines
388 B
Plaintext

<% wrap_layout :inner do %>
<% content_for :sidebar do %>
<ul class="nav docs-sidenav">
<li<%= sidebar_current("downloads-consul") %>>
<a href="/downloads.html">Download Consul</a>
</li>
<li<%= sidebar_current("downloads-tools") %>>
<a href="/downloads_tools.html">Download Consul Tools</a>
</li>
</ul>
<% end %>
<%= yield %>
<% end %>