Sha256: 6c67649fd339c55d4571bfb364bca1f43c3c1bd0c4515501d063f9597a827d86
Contents?: true
Size: 623 Bytes
Versions: 16
Compression:
Stored size: 623 Bytes
Contents
- prepare_resource_name(nested_resources, :contact) = panel_for "#{@resource_name.pluralize}-panel" do .panel-heading = print_count nested_resources.last.contacts_count, t(:'contact.plural') .panel-body .table-responsive table.table.table-condensed.table-hover thead tr th = t(:'contact.contact_type') th = t(:'contact.data') th = t(:'contact.details') th = t(:'contact.emergency') tbody = render partial: 'gaku/contacts/show/contact', collection: nested_resources.last.contacts, as: :contact, locals: {nested_resources: nested_resources}
Version data entries
16 entries across 16 versions & 2 rubygems