2012-11-26 23:28:14 -05:00
|
|
|
<% simple_files = @files.select { |f| f.text? } %>
|
|
|
|
<% unless simple_files.empty? then %>
|
2013-09-18 19:33:36 -04:00
|
|
|
<div id="fileindex-section" class="nav-section">
|
|
|
|
<h3>Pages</h3>
|
2012-11-26 23:28:14 -05:00
|
|
|
|
2013-09-18 19:33:36 -04:00
|
|
|
<ul class="link-list">
|
2012-11-26 23:28:14 -05:00
|
|
|
<% simple_files.each do |f| %>
|
2013-09-18 19:33:36 -04:00
|
|
|
<li><a href="<%= rel_prefix %>/<%= f.path %>"><%= h f.page_name %></a>
|
2012-11-26 23:28:14 -05:00
|
|
|
<% end %>
|
|
|
|
</ul>
|
2013-09-18 19:33:36 -04:00
|
|
|
</div>
|
2012-11-26 23:28:14 -05:00
|
|
|
<% end %>
|