<%%= <%= singular_table_name.classify %>.model_name.human %> <%%= link_to t('actions.new') + <%= singular_table_name.classify %>.model_name.human, new_<%= prefixed_plain_model_url %>_path, class: "button button--primary" %>

<% attributes.reject(&:password_digest?).each do |attribute| -%> <% end -%> <%% @<%= plural_table_name %>.each do |<%= singular_table_name %>| %> <% attributes.reject(&:password_digest?).each do |attribute| -%> <% end -%> <%% end %>
<%%= <%= singular_table_name.classify %>.human_attribute_name(:<%= attribute.name %>) %>
<%%= <%= singular_table_name %>.<%= attribute.name %> %> <%%= link_to <%= "[:#{prefix}, #{singular_table_name}]" %>, title: t('actions.show'), class: "button--tiny button--primary" do -%><%% end %> <%%= link_to edit_<%= prefixed_plain_model_url %>_path(<%= singular_table_name %>), title: t('actions.edit'), class: "button--tiny button--warning" do -%><%% end %> <%%= link_to <%= "[:#{prefix}, #{singular_table_name}]" %>, method: :delete, data: { confirm: 'Are you sure?' }, title: t('actions.destroy'), class: "button--tiny button--danger" do -%><%% end %>