Sha256: 827e7aac883371fdeb73aa39d98edac9e3e3bf0f734d82f5d92d6719643d091e
Contents?: true
Size: 737 Bytes
Versions: 16
Compression:
Stored size: 737 Bytes
Contents
- prepare_resource_name(nested_resources, :address) = panel_for "#{@resource_name.pluralize}-panel" do .panel-heading = print_count nested_resources.last.addresses_count, t(:'address.plural') .panel-body .table-responsive table.table.table-condensed.table-hover thead tr th = t(:'address.title') th = t(:'address.country') th = t(:'address.state.singular') th = t(:'address.zipcode') th = t(:'address.city') th = t(:'address.address1') th = t(:'address.address2') tbody = render partial: 'gaku/addresses/show/address', collection: nested_resources.last.addresses, as: :address, locals: {nested_resources: nested_resources}
Version data entries
16 entries across 16 versions & 2 rubygems