Sha256: a89d7d200c92d458f04a641d32728086689e514ddaab604e878059e810f8213e

Contents?: true

Size: 426 Bytes

Versions: 10

Compression:

Stored size: 426 Bytes

Contents

= form_tag country_states_admin_states_path, { remote: true, class: 'form-inline' } do
  = label :state, t(:'address.country')
  = collection_select :state, :country_iso, Gaku::Country.all, :iso, :name, { selected: @default_country.try(:iso), prompt: t(:'address.choose_country') } , { class: 'input-normal', id: 'select-country' }
  = submit_tag 'Show States', class: 'btn btn-primary', id: 'admin-show-country-states-submit'

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
gaku-0.1.1 admin/app/views/gaku/admin/states/_country_select_form.html.slim
gaku_admin-0.1.1 app/views/gaku/admin/states/_country_select_form.html.slim
gaku-0.1.0 admin/app/views/gaku/admin/states/_country_select_form.html.slim
gaku_admin-0.1.0 app/views/gaku/admin/states/_country_select_form.html.slim
gaku_core-0.0.3 app/views/gaku/admin/states/_country_select_form.html.slim
gaku-0.0.3 core/app/views/gaku/admin/states/_country_select_form.html.slim
gaku-0.0.2 core/app/views/gaku/admin/states/_country_select_form.html.slim
gaku_core-0.0.2 app/views/gaku/admin/states/_country_select_form.html.slim
gaku-0.0.1 core/app/views/gaku/admin/states/_country_select_form.html.slim
gaku_core-0.0.1 app/views/gaku/admin/states/_country_select_form.html.slim