2016-01-19 18:08:53 +00:00
|
|
|
<% wrap_layout :inner do %>
|
2016-01-19 19:54:13 +00:00
|
|
|
<% content_for :sidebar do %>
|
|
|
|
<div class="docs-sidebar hidden-print affix-top" role="complementary">
|
|
|
|
<ul class="nav docs-sidenav">
|
2016-01-19 18:08:53 +00:00
|
|
|
<li<%= sidebar_current("about-main") %>>
|
|
|
|
<a href="/about.html">About</a>
|
|
|
|
</li>
|
2016-01-19 19:54:13 +00:00
|
|
|
<li<%= sidebar_current("about-community") %>>
|
2016-01-19 18:08:53 +00:00
|
|
|
<a href="/community.html">Community</a>
|
|
|
|
</li>
|
2016-01-19 19:54:13 +00:00
|
|
|
<li<%= sidebar_current("about-support") %>>
|
2016-01-19 18:08:53 +00:00
|
|
|
<a href="/support.html">Support</a>
|
|
|
|
</li>
|
2016-01-19 19:54:13 +00:00
|
|
|
<li<%= sidebar_current("about-sponsors") %>>
|
2016-01-19 18:08:53 +00:00
|
|
|
<a href="/sponsors.html">Sponsors</a>
|
|
|
|
</li>
|
2016-01-19 19:54:13 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
2016-01-19 18:08:53 +00:00
|
|
|
|
2016-01-19 19:54:13 +00:00
|
|
|
<%= yield %>
|
2016-01-19 18:08:53 +00:00
|
|
|
<% end %>
|