Prettify and add the Merchandise pages
[cs356-p2-videostore.git] / app / views / merchandise / index.rhtml
diff --git a/app/views/merchandise/index.rhtml b/app/views/merchandise/index.rhtml
new file mode 100644 (file)
index 0000000..ec31215
--- /dev/null
@@ -0,0 +1,7 @@
+<h1>Merchandise Maintenence</h1>
+
+<h3>Actions</h3>
+<ul>
+  <li><%= link_to 'List All Merchandise', :action => 'list' %></li>
+  <li><%= link_to 'Add a New Merchandise Item', :action => 'new' %></li>
+</ul>