Sha256: 8747439ae9e2c1f5c81c39a61db066f68bb6fd98f060e64ea2d4e56d5b12d296
Contents?: true
Size: 698 Bytes
Versions: 11
Compression:
Stored size: 698 Bytes
Contents
table thead tr - index_fields.each do |field_data| th = field_title(resource_class, field_data) th = t('.actions') tbody - collection.each do |resource| tr - index_fields.each do |field_data| td = field_value(resource, field_data) td ul.inline-list li = link_to t('manage.actions.show'), [resource] li = link_to t('manage.actions.edit'), [:edit, resource] li = link_to t('manage.actions.destroy'), [resource], method: :delete, data: { confirm: t('manage.confirmations.Are you sure')} - list_action_links.each do |link_data| li = action_link(resource, link_data)
Version data entries
11 entries across 11 versions & 1 rubygems