Sha256: 0c73b838704dfb5e8d50bcb6922c99d8e636bd71e8656628cf6e55fc2b937d50

Contents?: true

Size: 309 Bytes

Versions: 31

Compression:

Stored size: 309 Bytes

Contents

<% if cart_item.parent_id %>
	<% if cart_item.accepted == false %>
		<%= link_to cart_path(:id => cart_item.parent_id.to_s, :cart => {:remove_cart_item_ids => [cart_item.id.to_s]}), method: :put, data: { confirm: 'Are you sure?' } do  %>
				<span>Remove Item From Cart</span>
		<% end %>
	<% end %>
<% end %>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 app/views/auth/shopping/cart_items/search_results/_remove_item_from_cart.html.erb
wordjelly-auth-1.5.9 app/views/auth/shopping/cart_items/search_results/_remove_item_from_cart.html.erb
wordjelly-auth-1.5.8 app/views/auth/shopping/cart_items/search_results/_remove_item_from_cart.html.erb
wordjelly-auth-1.5.7 app/views/auth/shopping/cart_items/search_results/_remove_item_from_cart.html.erb
wordjelly-auth-1.5.6 app/views/auth/shopping/cart_items/search_results/_remove_item_from_cart.html.erb
wordjelly-auth-1.5.5 app/views/auth/shopping/cart_items/search_results/_remove_item_from_cart.html.erb
wordjelly-auth-1.5.4 app/views/auth/shopping/cart_items/search_results/_remove_item_from_cart.html.erb
wordjelly-auth-1.5.3 app/views/auth/shopping/cart_items/search_results/_remove_item_from_cart.html.erb
wordjelly-auth-1.5.2 app/views/auth/shopping/cart_items/search_results/_remove_item_from_cart.html.erb
wordjelly-auth-1.5.1 app/views/auth/shopping/cart_items/search_results/_remove_item_from_cart.html.erb
wordjelly-auth-1.5.0 app/views/auth/shopping/cart_items/search_results/_remove_item_from_cart.html.erb
wordjelly-auth-1.4.9 app/views/auth/shopping/cart_items/search_results/_remove_item_from_cart.html.erb
wordjelly-auth-1.4.8 app/views/auth/shopping/cart_items/search_results/_remove_item_from_cart.html.erb
wordjelly-auth-1.4.7 app/views/auth/shopping/cart_items/search_results/_remove_item_from_cart.html.erb
wordjelly-auth-1.4.6 app/views/auth/shopping/cart_items/search_results/_remove_item_from_cart.html.erb
wordjelly-auth-1.4.5 app/views/auth/shopping/cart_items/search_results/_remove_item_from_cart.html.erb
wordjelly-auth-1.4.4 app/views/auth/shopping/cart_items/search_results/_remove_item_from_cart.html.erb
wordjelly-auth-1.4.3 app/views/auth/shopping/cart_items/search_results/_remove_item_from_cart.html.erb
wordjelly-auth-1.4.2 app/views/auth/shopping/cart_items/search_results/_remove_item_from_cart.html.erb
wordjelly-auth-1.4.0 app/views/auth/shopping/cart_items/search_results/_remove_item_from_cart.html.erb