Sha256: 0a65f4c34cf1df0f47731a412de0ffa7fbfe98cb7bdc9ea55454ae5df9f7a345
Contents?: true
Size: 719 Bytes
Versions: 1
Compression:
Stored size: 719 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"><%= Harpiya.t(:product_not_available_in_this_currency) %></span> <% when "in-stock" %> <span class="add-to-cart-form-general-availability-value"><%= Harpiya.t(:in_stock) %></span> <% when "backorderable" %> <span class="add-to-cart-form-general-availability-value add-to-cart-form-general-availability-value--warning"><%= Harpiya.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"><%= Harpiya.t(:out_of_stock) %></span> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
harpiya_frontend-4.3.0.alpha | app/views/harpiya/products/_cart_form_availability_templates.html.erb |