Many visual tweaks, suggested by Lan
[cs356-p2-videostore.git] / app / views / purchase / index.rhtml
1 <h1>Purchase Information</h1>
2
3 <h3>Actions</h3>
4 <ul>
5   <li><%= link_to 'List All Purchases', :action => 'list' %></li>
6   <li><%= link_to 'List All Purchases by Date', :action => 'filter', :type => 'date' %></li>
7   <li><%= link_to 'List All Purchases by a Customer', :action => 'filter', :type => 'customer' %></li>
8 </ul>