Sha256: 5f72746954bf3ec2e5ce7efaebb1081d46e96b84b976d304eb5191e8c2b61f9b

Contents?: true

Size: 435 Bytes

Versions: 8

Compression:

Stored size: 435 Bytes

Contents

<%= render :partial => 'admin/shared/configuration_menu' %>

<h1><%= t(:inventory_settings) %></h1>

<h4><%= t(:products_with_zero_inventory_display, :not => show_not(Spree::Config[:show_zero_stock_products])) %> </h4>
<h4><%= t(:backordering_is_allowed, :not => show_not(Spree::Config[:allow_backorders])) %></h4>

<%= link_to_with_icon 'edit', t(:edit), edit_admin_inventory_settings_path, :id => 'admin_inventory_settings_link' %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spree_core-0.70.7 app/views/admin/inventory_settings/show.html.erb
spree_core-0.70.6 app/views/admin/inventory_settings/show.html.erb
spree_core-0.70.5 app/views/admin/inventory_settings/show.html.erb
spree_core-0.70.4 app/views/admin/inventory_settings/show.html.erb
spree_core-0.70.3 app/views/admin/inventory_settings/show.html.erb
spree_core-0.70.2 app/views/admin/inventory_settings/show.html.erb
spree_core-0.70.1 app/views/admin/inventory_settings/show.html.erb
spree_core-0.70.0 app/views/admin/inventory_settings/show.html.erb