summaryrefslogtreecommitdiff
path: root/lib/rdoc/generator/template/darkfish/_sidebar_installed.rhtml
blob: 45a3048e848bafd16a755c23788ee6e5da80df99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<nav id="home-section" class="section">
  <h3 class="section-header">Documentation</h3>

  <ul>
  <% installed.each do |name, href, exists| %>
    <li class="folder">
    <% if exists then %>
      <a href="<%= href %>"><%= h name %></a>
    <% else %>
      <%= h name %>
    <% end %>
  <% end %>
  </ul>
</nav>