X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Fpurchase%2Findex.rhtml;h=a16d6a36d9232f5ec5bd08813a120dc5a0463989;hb=HEAD;hp=8ea7cef030e952979cb66913997d4acc9405aa46;hpb=b12881a928516bca02b2bd8ce1bbe9288840c76f;p=cs356-p2-videostore.git diff --git a/app/views/purchase/index.rhtml b/app/views/purchase/index.rhtml index 8ea7cef..a16d6a3 100644 --- a/app/views/purchase/index.rhtml +++ b/app/views/purchase/index.rhtml @@ -5,4 +5,5 @@
  • <%= link_to 'List All Purchases', :action => 'list' %>
  • <%= link_to 'List All Purchases by Date', :action => 'filter', :type => 'date' %>
  • <%= link_to 'List All Purchases by a Customer', :action => 'filter', :type => 'customer' %>
  • +
  • <%= link_to 'Total Income by Date(s)', :action => 'income' %>