%= content_for :title, resource.friendly_name.pluralize %>
<%= resource.friendly_name.pluralize %>
<%= sortable attribute.name, attribute.name.to_s.titleize %> | <% end %>|
---|---|
<%= render partial: attribute.field.to_partial_path("index"), locals: { field: attribute.field, record: record, resource: resource } %> | <% end %><%= link_to "View", resource.show_path(record) %> <%= link_to "Edit", resource.edit_path(record) %> |