projects
/
cs356-p2-videostore.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Prettify the Customer pages
[cs356-p2-videostore.git]
/
app
/
views
/
customer
/
index.rhtml
1
<h1>Customer Maintenence</h1>
2
3
<h3>Actions</h3>
4
<ul>
5
<li><%= link_to 'List All Customers', :action => 'list' %></li>
6
<li><%= link_to 'Search for a Customer', :action => 'search' %></li>
7
<li><%= link_to 'Add a new Customer to the system', :action => 'new' %></li>
8
</ul>