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