X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Fvideo%2Findex.rhtml;fp=app%2Fviews%2Fvideo%2Findex.rhtml;h=838567bf9351dedb9a95d7c909fc0e32c6b6815b;hb=d9ccb8cf52aee119343545cb734e185580daf352;hp=325690862718cb001887237ca69616799320feb2;hpb=d2081caee4ce19c6d9638fdb18d77a3c3b80e587;p=cs356-p2-videostore.git diff --git a/app/views/video/index.rhtml b/app/views/video/index.rhtml index 3256908..838567b 100644 --- a/app/views/video/index.rhtml +++ b/app/views/video/index.rhtml @@ -5,4 +5,7 @@
  • <%= link_to 'List All Videos', :action => 'list' %>
  • <%= link_to 'Search for a Video', :action => 'search' %>
  • <%= link_to 'Add a New Video', :action => 'new' %>
  • +
    +
  • <%= link_to 'List All Video Genres', :controller => 'video_genre', :action => 'list' %>
  • +
  • <%= link_to 'Add a New Video Genre', :controller => 'video_genre', :action => 'new' %>