Sha256: a80e01fd50028428ed359573820c15cbc5b40f638c1bcf61d7a164aa6f947b40

Contents?: true

Size: 388 Bytes

Versions: 59

Compression:

Stored size: 388 Bytes

Contents

<% if current_signed_in_resource.is_admin? %>
	<%= form_for(cart, as: :cart) do |f| %>
		<% [cart_item.id.to_s].each do |r_id| %>

      		<%= hidden_field_tag("cart[remove_cart_item_ids][]",r_id.to_s, :id => "#{cart.id.to_s}_cart_remove_cart_item_ids_#{r_id.to_s}") %>

    	<% end %>
		<%= f.submit 'Remove This Cart Item' %>
	<% end %>
<div class="divider m-40-bottom"></div>
<% end %>

Version data entries

59 entries across 59 versions & 1 rubygems

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