diff --git a/app/views/gift_cards/index.html.erb b/app/views/gift_cards/index.html.erb
index 4d07eb1b2..f98ae020b 100644
--- a/app/views/gift_cards/index.html.erb
+++ b/app/views/gift_cards/index.html.erb
@@ -117,7 +117,7 @@
-
+
<% @gift_cards.each do |gift_card| %>
<%= gift_card.id %> |
diff --git a/app/views/people/show.html.erb b/app/views/people/show.html.erb
index 05bb8aa9e..fad1a9a04 100644
--- a/app/views/people/show.html.erb
+++ b/app/views/people/show.html.erb
@@ -176,8 +176,8 @@
****-****-***
<%= form.text_field :gift_card_number, placeholder: "#####", class: 'input-small', id: "new-cardnumber" %>
- <%= form.text_field :amount, placeholder: "Amount",class: 'input-mini', id: "new-amount" %>
<%= form.text_field :expiration_date, placeholder: "MM/YY", class: 'input-mini', id: "new-expirationdate" %>
+ <%= form.text_field :amount, placeholder: "Amount",class: 'input-mini', id: "new-amount" %>
<%= form.submit 'Add Gift Card', :class => "btn" %>
<% end %>