X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Fvideo%2Findex.rhtml;h=e8a128963c215582c37c98b5c0d380bdf6f0c3d6;hb=31c3621ad8a43715ecc02655d58b20099308fe50;hp=838567bf9351dedb9a95d7c909fc0e32c6b6815b;hpb=d9ccb8cf52aee119343545cb734e185580daf352;p=cs356-p2-videostore.git diff --git a/app/views/video/index.rhtml b/app/views/video/index.rhtml index 838567b..e8a1289 100644 --- a/app/views/video/index.rhtml +++ b/app/views/video/index.rhtml @@ -8,4 +8,7 @@
  • <%= link_to 'List All Video Genres', :controller => 'video_genre', :action => 'list' %>
  • <%= link_to 'Add a New Video Genre', :controller => 'video_genre', :action => 'new' %>
  • +
    +
  • <%= link_to 'List All Video Media', :controller => 'video_media', :action => 'list' %>
  • +
  • <%= link_to 'Add a New Video Media', :controller => 'video_media', :action => 'new' %>