Sha256: fec8de73352ce94c7d651e3f5e1c8ae81d14d4c2f3c1fd2e7655078fd44662fa
Contents?: true
Size: 466 Bytes
Versions: 104
Compression:
Stored size: 466 Bytes
Contents
<div id="state_members" data-hook="member"> <fieldset class="no-border-bottom"> <legend align="center"><%= plural_resource_name(Spree::State) %></legend> <%= zone_form.field_container :state_ids do %> <%= zone_form.label :state_ids, plural_resource_name(Spree::State) %><br> <%= zone_form.collection_select :state_ids, @states, :id, :state_with_country, {}, { multiple: true, class: "select2 fullwidth" } %> <% end %> </fieldset> </div>
Version data entries
104 entries across 104 versions & 1 rubygems