Add VideoGenres to the system
[cs356-p2-videostore.git] / app / views / video / index.rhtml
index 142c363..838567b 100644 (file)
@@ -4,4 +4,8 @@
 <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>
+  <br/>
+  <li><%= link_to 'List All Video Genres', :controller => 'video_genre', :action => 'list' %></li>
+  <li><%= link_to 'Add a New Video Genre', :controller => 'video_genre', :action => 'new' %></li>
 </ul>