Sha256: c7526286130316f6b0f36ba5d2678038ce598d7b4f7b703d4497122b6f727e25

Contents?: true

Size: 552 Bytes

Versions: 28

Compression:

Stored size: 552 Bytes

Contents

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

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

<p>
  <label for="country"><%= t('country') %></label>
  <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">
  <%=render :partial => 'state_list'%>
</div>

Version data entries

28 entries across 28 versions & 6 rubygems

Version Path
apispree_core-0.0.0 app/views/admin/states/index.html.erb
My-Commerce_core-1.1.0 app/views/admin/states/index.html.erb
My-Commerce_core-1.0.0 app/views/admin/states/index.html.erb
MyCommerceapi-1.0.0 core/app/views/admin/states/index.html.erb
MyCommerce-0.0.3 core/app/views/admin/states/index.html.erb
rfcommerce_core-0.0.3 app/views/admin/states/index.html.erb
spree_core-0.60.6 app/views/admin/states/index.html.erb
spree_core-0.60.5 app/views/admin/states/index.html.erb
spree_core-0.30.2 app/views/admin/states/index.html.erb
spree_core-0.40.4 app/views/admin/states/index.html.erb
spree_core-0.50.4 app/views/admin/states/index.html.erb
spree_core-0.60.4 app/views/admin/states/index.html.erb
spree_core-0.50.3 app/views/admin/states/index.html.erb
spree_core-0.60.3 app/views/admin/states/index.html.erb
spree_core-0.60.2 app/views/admin/states/index.html.erb
spree_core-0.60.1 app/views/admin/states/index.html.erb
spree_core-0.60.0 app/views/admin/states/index.html.erb
spree_core-0.60.0.RC1 app/views/admin/states/index.html.erb
spree_core-0.50.2 app/views/admin/states/index.html.erb
spree_core-0.50.1 app/views/admin/states/index.html.erb