<%= attribute.human_name %> | <% end -%><%%= link_to_show <%= singular_table_name %> %> | <% else %><%%= <%= singular_table_name %>.<%= attribute.name %> %> | <% end -%> <% end -%><%%= link_to_show <%= singular_table_name %>, i18n: true %> | <%%= link_to_edit <%= singular_table_name %> %> | <%%= link_to_destroy <%= singular_table_name %> %> | <%% end %>
---|