%% title "<%=child_plural_class_name%>" %> <%%= stylesheet( 'dust_<%=parent_singular_name%>','<%=parent_singular_name%>_uploadify') %> <%%= javascript( 'uploadify/jquery.uploadify.v2.1.0' ) %>
<%%= will_paginate @<%=child_plural_name%> %> <%% @<%=child_singular_name%>_<%=parent_plural_name%>.sort.each do |title, <%=child_plural_name%>| %>File Name | File Size | Created At | ||
---|---|---|---|---|
<%%= check_box_tag "<%=child_singular_name%>_ids[]", <%=child_singular_name%>.id %> | <%%= link_to image_tag(<%=child_singular_name%>.file.url(:thumb), :height => "30"), <%=child_singular_name%>.file.url(:original), :rel => title, :id => 'single_image' %> | <%%= <%=child_singular_name%>.file_file_name %> | <%%= number_to_human_size(<%=child_singular_name%>.file_file_size) %> | <%%= <%=child_singular_name%>.created_at.to_s(:m_d_y) %> |
Check all <%%= submit_tag "Delete checked" %> |