Prettify the Customer pages
[cs356-p2-videostore.git] / app / views / customer / index.rhtml
diff --git a/app/views/customer/index.rhtml b/app/views/customer/index.rhtml
new file mode 100644 (file)
index 0000000..521b806
--- /dev/null
@@ -0,0 +1,8 @@
+<h1>Customer Maintenence</h1>
+
+<h3>Actions</h3>
+<ul>
+  <li><%= link_to 'List All Customers', :action => 'list' %></li>
+  <li><%= link_to 'Search for a Customer', :action => 'search' %></li>
+  <li><%= link_to 'Add a new Customer to the system', :action => 'new' %></li>
+</ul>