<% attributes.reject(&:password_digest?).each do |attribute| -%>
<%%= <%= singular_table_name %>.<%= attribute.name %> %> |
<% end -%>
<%%= 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 %>
|
<%% end %>