open-vault/website/source/layouts/downloads.erb
Chris Kent e2512d6d30 Website download page update (#4444)
* Update download page to include community resources

+ Added “downloads powered by” text to Fastly icon
+ changed to horizontal grid for download list (vs vertical list)
+ added community resources below page

* Reverting changes from earlier

* Added community links to downloads page

+ added community and getting-started links to sidebar as well
2018-04-24 20:29:36 -05:00

25 lines
519 B
Plaintext

<% wrap_layout :inner do %>
<% content_for :sidebar do %>
<ul class="nav docs-sidenav">
<li<%= sidebar_current("downloads-vault") %>>
<a href="/downloads.html">Download Vault</a>
</li>
<li>
<a href="/docs/install/index.html">Build from Source</a>
</li>
<li>
<a href="/intro/getting-started/install.html">Getting Started</a>
</li>
<li>
<a href="/community.html">Community</a>
</li>
</ul>
<% end %>
<%= yield %>
<% end %>