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