Sha256: 72b95e89f5fe1769b9c9167c185e77c7944c738b51c75bfa3e84b2c8f3df2f97
Contents?: true
Size: 363 Bytes
Versions: 26
Compression:
Stored size: 363 Bytes
Contents
= table_for "admin-#{country.iso.downcase}-states-index" do thead tr = th t(:'address.state.singular') = th t(:'address.state.abbr') = th t(:'address.state.name_ascii') = th t(:'address.state.code') = th t(:'address.state.country_iso') = th_actions 2 tbody = render partial: 'state', collection: states, as: :state
Version data entries
26 entries across 26 versions & 3 rubygems