Skip to content

Commit

Permalink
Change gift card mailed language. Issue #181
Browse files Browse the repository at this point in the history
  • Loading branch information
shua123 committed Jul 31, 2016
1 parent e51e6a1 commit fd888db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/gift_cards/create.js.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$("<%= escape_javascript(render partial: 'gift_cards/gift_card', locals: { gift_card: @gift_card } ) %>").prependTo("#gift_cards");
$('td#new-submit-<%= @gift_card.person_id %>').html("Created!");
$('td#new-submit-<%= @gift_card.person_id %>').html("Yes");
$('td#new-cardnumber-<%= @gift_card.person_id %>').html('<%= @gift_card.gift_card_number %>');
$('td#new-expirationdate-<%= @gift_card.person_id %>').html('<%= @gift_card.expiration_date %>');
$("#gift_card_content").val("");

0 comments on commit fd888db

Please sign in to comment.