Sha256: 03e62d7702c912595dd8302e1771056e373585e99649fc1db985419431fb7f16

Contents?: true

Size: 582 Bytes

Versions: 28

Compression:

Stored size: 582 Bytes

Contents

<%= render :partial => 'spree/admin/shared/configuration_menu' %>

<h1><%= t(:states) %></h1>

<p data-hook="country">
  <%= label_tag :country, t(:country) %>
  <select id="country" class='observe_field' data-base-url="<%=admin_states_path(:format => :js) %>?country_id=" data-update="#state-list">
  <%= options_from_collection_for_select(@countries, :id, :name, @country.id) %>
  </select>
</p>

<%= image_tag 'spinner.gif', :plugin => 'spree', :style => 'display:none;', :id => 'busy_indicator' %>

<div id="state-list" data-hook>
  <%= render :partial => 'state_list'%>
</div>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
spree_core-1.2.5 app/views/spree/admin/states/index.html.erb
spree_core-1.1.6 app/views/spree/admin/states/index.html.erb
spree_core-1.1.5 app/views/spree/admin/states/index.html.erb
spree_core-1.2.4 app/views/spree/admin/states/index.html.erb
spree_core-1.0.7 app/views/spree/admin/states/index.html.erb
spree_core-1.2.3 app/views/spree/admin/states/index.html.erb
spree_core-1.2.2 app/views/spree/admin/states/index.html.erb
spree_core-1.1.4 app/views/spree/admin/states/index.html.erb
spree_core-1.2.0 app/views/spree/admin/states/index.html.erb
spree_core-1.2.0.rc2 app/views/spree/admin/states/index.html.erb
spree_core-1.2.0.rc1 app/views/spree/admin/states/index.html.erb
spree_core-1.1.3 app/views/spree/admin/states/index.html.erb
spree_core-1.0.6 app/views/spree/admin/states/index.html.erb
spree_core-1.1.2 app/views/spree/admin/states/index.html.erb
spree_core-1.1.2.rc1 app/views/spree/admin/states/index.html.erb
spree_core-1.1.1 app/views/spree/admin/states/index.html.erb
spree_core-1.1.0 app/views/spree/admin/states/index.html.erb
spree_core-1.0.4 app/views/spree/admin/states/index.html.erb
spree_core-1.1.0.rc2 app/views/spree/admin/states/index.html.erb
spree_core-1.1.0.rc1 app/views/spree/admin/states/index.html.erb