Sha256: 75ba36896de32743a71e2e692b1d848d871327608679ccf664381e50badf78f4
Contents?: true
Size: 584 Bytes
Versions: 2
Compression:
Stored size: 584 Bytes
Contents
<%= render :partial => 'admin/shared/configuration_menu' %> <h1><%= t("states") %></h1> <p data-hook="country"> <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" data-hook> <%=render :partial => 'state_list'%> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_core-0.70.0.rc2 | app/views/admin/states/index.html.erb |
spree_core-0.70.RC1 | app/views/admin/states/index.html.erb |