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

  <ul>
  <% installed.each do |name, href, exists, type, _| %>
    <% next if type == :extra %>
    <li class="folder">
    <% if exists then %>
      <a href="<%= href %>"><%= h name %></a>
    <% else %>
      <%= h name %>
    <% end %>
  <% end %>
  </ul>
</div>