Sha256: 9ad713983bbac14d02d015fdca8a7293b257266c7d60c71d0c5f53937dc142be
Contents?: true
Size: 575 Bytes
Versions: 8
Compression:
Stored size: 575 Bytes
Contents
<%= render :partial => '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
8 entries across 8 versions & 1 rubygems