Listing <%= plural_table_name %>

<% attributes.each do |attribute| -%> <% end -%> <%%= content_tag_for(:tr, @<%= plural_table_name %>) do |<%= singular_table_name %>| %> <% attributes.each do |attribute| -%> <% if attribute.name == 'name' %> <% else %> <% end -%> <% end -%> <%% end %>
<%= attribute.human_name %>
<%%= link_to_show <%= singular_table_name %> %><%%= <%= singular_table_name %>.<%= attribute.name %> %><%%= link_to_show <%= singular_table_name %>, i18n: true %> <%%= link_to_edit <%= singular_table_name %> %> <%%= link_to_destroy <%= singular_table_name %> %>

<%%= link_to_new <%= class_name %> %>