Sha256: abe5ca2f3579d6cab13bff88abaecf8753a8f3f5bf13913b28e31a86ea96586e

Contents?: true

Size: 525 Bytes

Versions: 21

Compression:

Stored size: 525 Bytes

Contents

<% @title = "Home" %>

<div class="page-introduction">
  <%= @index_page_content %>
</div> <!-- .section -->

<% if @root.sections? %>

  <%= layout_section('Sections') %>
    <ul class="section-list">
      <% @root.sections.each do |section| %>
      <li>
        <h4>
          <a href="<%= path_to(section) %>"><%= section.name %></a>
        </h4>
        <p><%= htmlize(section.short_description) %></p>
      </li>      
      <% end %>
    </ul>
  <%= end_layout_section %>

<% else %>
  <%= menu(@root) %>
<% end %>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
distil-0.14.5.a vendor/pdoc-template/index.erb
distil-0.14.4 vendor/pdoc-template/index.erb
distil-0.14.3 vendor/pdoc-template/index.erb
distil-0.14.2 vendor/pdoc-template/index.erb
distil-0.14.2.a vendor/pdoc-template/index.erb
distil-0.14.1 vendor/pdoc-template/index.erb
distil-0.14.1.a vendor/pdoc-template/index.erb
distil-0.14.0 vendor/pdoc-template/index.erb
distil-0.14.0.i vendor/pdoc-template/index.erb
distil-0.14.0.h vendor/pdoc-template/index.erb
distil-0.14.0.g vendor/pdoc-template/index.erb
distil-0.14.0.d vendor/pdoc-template/index.erb
distil-0.14.0.c vendor/pdoc-template/index.erb
distil-0.14.0.b vendor/pdoc-template/index.erb
distil-0.13.6 vendor/pdoc-template/index.erb
distil-0.13.5 vendor/pdoc-template/index.erb
distil-0.13.4 vendor/pdoc-template/index.erb
distil-0.13.3 vendor/pdoc-template/index.erb
distil-0.13.2 vendor/pdoc-template/index.erb
distil-0.13.1 vendor/pdoc-template/index.erb