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