<% @table_fields.each do |f| %> <%= thead(f) %> <% end %> <% @files.each do |file| %> <% end %>
<%= file.created_at.strftime("%Y/%m/%d") %> <%= file.title %> <%= file.download_count %> <%= file.hps_member.account %> <%= file.hps_member.get_user_type %> Delete
<%= content_tag :div, class: "bottomnav clearfix" do content_tag :div, paginate(@files), class: "pagination pagination-centered" end %>