Sha256: 1a8d5b1a9f2cd0e594a78ae3c0a5361437940f30f1ae53ad8f0d6a00c8352e1b
Contents?: true
Size: 833 Bytes
Versions: 8
Compression:
Stored size: 833 Bytes
Contents
<%= render :partial => 'admin/shared/configuration_menu' %> <h1><%= t(:inventory_settings) %></h1> <%= form_tag admin_inventory_settings_path, :method => :put do %> <p data-hook="show_zero_stock"> <label> <%= hidden_field_tag 'preferences[show_zero_stock_products]', '0' %> <%= check_box_tag('preferences[show_zero_stock_products]', "1", Spree::Config[:show_zero_stock_products]) %> <%= t(:show_out_of_stock_products) %> </label> </p> <p data-hook="allow_backorders"> <label> <%= hidden_field_tag 'preferences[allow_backorders]', '0' %> <%= check_box_tag('preferences[allow_backorders]', "1", Spree::Config[:allow_backorders]) %> <%= t(:allow_backorders) %> </label> </p> <p class="form-buttons" data-hook="buttons"> <%= button t(:update) %> </p> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems