Small Cleanups + Merchandise Search
[cs356-p2-videostore.git] / app / views / merchandise / index.rhtml
index ec31215..1abaee6 100644 (file)
@@ -1,7 +1,8 @@
-<h1>Merchandise Maintenence</h1>
+<h1>Manage Merchandise</h1>
 
 <h3>Actions</h3>
 <ul>
   <li><%= link_to 'List All Merchandise', :action => 'list' %></li>
+  <li><%= link_to 'Search for a Merchandise', :action => 'search' %></li>
   <li><%= link_to 'Add a New Merchandise Item', :action => 'new' %></li>
 </ul>