<%%= link_to t('actions.new') + <%= singular_table_name.classify %>.model_name.human, new_<%= prefixed_plain_model_url %>_path, class: "ui 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}]" %>, class: "ui button tiny primary tooltip" do -%><%%= t('actions.show') %><%% end %> <%%= link_to edit_<%= prefixed_plain_model_url %>_path(<%= singular_table_name %>), class: "ui button tiny warning tooltip" do -%><%%= t('actions.edit') %><%% end %> <%%= link_to <%= "[:#{prefix}, #{singular_table_name}]" %>, method: :delete, data: { confirm: 'Are you sure?' }, class: "ui button tiny danger tooltip" do -%><%%= t('actions.destroy') %><%% end %>