<%% title @<%=parent_singular_name%>.title %> <%% heading @<%=parent_singular_name%>.heading %> <%% content_for :head do %> <%%= stylesheet_link_tag 'dust_<%=parent_singular_name%>_app' %> <%% end -%> <%%= @<%=parent_singular_name%>.desc %> <%%= will_paginate @<%=child_plural_name%> %>
<%% @<%=child_plural_name%>.each do |<%=child_singular_name%>| %>
<%%= link_to image_tag(<%=child_singular_name%>.file.url(:thumb), :alt => <%=child_singular_name%>.desc), <%=child_singular_name%>.file.url(:large), :class => 'group', :rel => "#{@<%=parent_singular_name%>.title}" %>
<%%= truncate <%=child_singular_name%>.title, :length => 23 %>
<%% end -%>
<%%= will_paginate @<%=child_plural_name%> %> <%% if permitted_to? :manage, :<%=parent_plural_name%> %>

<%%= link_to "Manage <%=child_plural_class_name%>", @<%=parent_singular_name%> %> | <%%= link_to "Edit", edit_<%=parent_singular_name%>_path(@<%=parent_singular_name%>) %> | <%%= link_to "Destroy", @<%=parent_singular_name%>, :confirm => 'Are you sure?', :method => :delete %> | <%%= link_to "View All", <%=parent_plural_name%>_path %>

<%% end %>