Add the 'Add a New Video' link to the main video page
[cs356-p2-videostore.git] / app / views / video / index.rhtml
index 142c363..3256908 100644 (file)
@@ -4,4 +4,5 @@
 <ul>
   <li><%= link_to 'List All Videos', :action => 'list' %></li>
   <li><%= link_to 'Search for a Video', :action => 'search' %></li>
+  <li><%= link_to 'Add a New Video', :action => 'new' %></li>
 </ul>