<% gc = @gift_card %>

Edit Gift Card

Usage

<% if gc.discounts && gc.discounts.count > 0 %> <% gc.discounts.each do |d| %> <% end %>
Order # Amount
<%= d.invoice_id %> <%= number_to_currency(d.amount) %>
<% else %>

This gift card has not been used yet.

<% end %>

<% content_for :caboose_js do %> <%= javascript_include_tag 'caboose/model/all' %> <% end %>