Sha256: 7f5a61fb586dfee1f565798cc9780cc77668a9a2468b337845e3fceed2a67b83
Contents?: true
Size: 505 Bytes
Versions: 2
Compression:
Stored size: 505 Bytes
Contents
<div data-hook="admin_store_form_catalog_mode" class="two columns"> <%= f.field_container :catalog_mode do %> <%= f.label :catalog_mode, t('.catalog_mode') %> <%= f.field_hint :catalog_mode %> <ul> <li><%= f.radio_button :catalog_mode, "true", :class => 'fullwidth' %> <%= Spree.t(:say_yes) %></li> <li><%= f.radio_button :catalog_mode, "false", :class => 'fullwidth' %> <%= Spree.t(:say_no) %></li> </ul> <%= error_message_on :store, :catalog_mode %> <% end %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
solidus_catalog_mode-0.6.0 | app/views/spree/admin/stores/_catalog_mode.html.erb |
solidus_catalog_mode-0.5.0 | app/views/spree/admin/stores/_catalog_mode.html.erb |