X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Fgame%2Findex.rhtml;h=e6a4cf87ee2567059f67dbd1b822e84f93392728;hb=1400058ff6cb035111e5c2dfab0fd4ad7e44710d;hp=280522d03a85b29fa74577fb3621c128b47f2dcb;hpb=26ea4349c0583820be12b9f980ec4884f7db5690;p=cs356-p2-videostore.git diff --git a/app/views/game/index.rhtml b/app/views/game/index.rhtml index 280522d..e6a4cf8 100644 --- a/app/views/game/index.rhtml +++ b/app/views/game/index.rhtml @@ -5,4 +5,10 @@
  • <%= link_to 'List All Games', :action => 'list' %>
  • <%= link_to 'Search for a Game', :action => 'search' %>
  • <%= link_to 'Add a New Game', :action => 'new' %>
  • +
    +
  • <%= link_to 'List All Game Genres', :controller => 'game_genre', :action => 'list' %>
  • +
  • <%= link_to 'Add a New Game Genre', :controller => 'game_genre', :action => 'new' %>
  • +
    +
  • <%= link_to 'List All Game Platforms', :controller => 'game_platform', :action => 'list' %>
  • +
  • <%= link_to 'Add a New Game Platform', :controller => 'game_platform', :action => 'new' %>