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