X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Fpurchase%2Flist.rhtml;fp=app%2Fviews%2Fpurchase%2Flist.rhtml;h=6887d135c81f78f5859de9a559541a5858d885d0;hb=f102e2d11bd1633579c7cfc244a38a9d8929bd06;hp=b702f7f69daa3db14ab2bd021eea1a828b8d791e;hpb=e4597521e3a7365f86731f7d69643cb1067acb5e;p=cs356-p2-videostore.git diff --git a/app/views/purchase/list.rhtml b/app/views/purchase/list.rhtml index b702f7f..6887d13 100644 --- a/app/views/purchase/list.rhtml +++ b/app/views/purchase/list.rhtml @@ -3,7 +3,6 @@ - @@ -13,7 +12,6 @@ <% for purchase in @purchases %> -
DateQuantity Type Title Price
<%=link_to purchase.date, :action => 'filterbydate', :id => purchase.date %><%=h purchase.quantity %> <%=link_to purchase.class, :action => 'filterbytype', :id => purchase.type %> <%=h purchase.title %> <%=h purchase.price %>