Sha256: f1ac29ebaed9c2dee596c5f0471a4f1e20265dac206e3db3d7363232f29c0ce6
Contents?: true
Size: 711 Bytes
Versions: 46
Compression:
Stored size: 711 Bytes
Contents
<% case type %> <% when "not-available-in-currency" %> <span class="add-to-cart-form-general-availability-value add-to-cart-form-general-availability-value--danger"><%= Spree.t(:product_not_available_in_this_currency) %></span> <% when "in-stock" %> <span class="add-to-cart-form-general-availability-value"><%= Spree.t(:in_stock) %></span> <% when "backorderable" %> <span class="add-to-cart-form-general-availability-value add-to-cart-form-general-availability-value--warning"><%= Spree.t(:backordered_info) %></span> <% when "out-of-stock" %> <span class="add-to-cart-form-general-availability-value add-to-cart-form-general-availability-value--danger"><%= Spree.t(:out_of_stock) %></span> <% end %>
Version data entries
46 entries across 46 versions & 1 rubygems