Sha256: 4487ab79e3d6aa648496d95fdc36e131a8dc95678652e1e42b5d8b95fb526cc0

Contents?: true

Size: 634 Bytes

Versions: 59

Compression:

Stored size: 634 Bytes

Contents

<p id="notice"><%= notice %></p>
<div class="fields">

	<% @auth_shopping_discount.attributes_to_show.each do |attr| %>

		<div><%= attr %></div>
		<div><%= @auth_shopping_discount.send("#{attr}") %></div>
		<% if attr == "pending" %>
			<%= link_to "Approve pending discount verification requests", edit_discount_path({:id => @auth_shopping_discount.id}) %>
		<% end %>

	<% end %>
</div>

<%= link_to 'Back', discounts_path %>

<!-- the user should be able to use the discount to create multiple cart items , so make a form that posts to create_multiple_cart_items -->
<%= render :partial => "form_for_create_multiple_cart_items" %>

Version data entries

59 entries across 59 versions & 1 rubygems

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