Sha256: 24c37741af3cb171339123c5eb9741ec5eab4b698f4748fb85f695988d1730cf
Contents?: true
Size: 504 Bytes
Versions: 6
Compression:
Stored size: 504 Bytes
Contents
<div id="state_members" data-hook="member" class="omega six columns"> <fieldset class="no-border-bottom"> <legend align="center"><%= Spree::State.model_name.human(count: :other) %></legend> <%= zone_form.field_container :state_ids do %> <%= zone_form.label :state_ids, Spree::State.model_name.human(count: :other) %><br> <%= zone_form.collection_select :state_ids, @states, :id, :name, {}, { :multiple => true, :class => "select2 fullwidth" } %> <% end %> </fieldset> </div>
Version data entries
6 entries across 6 versions & 1 rubygems