X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=app%2Fviews%2Fgame%2Findex.rhtml;fp=app%2Fviews%2Fgame%2Findex.rhtml;h=c7c03d61e19a266ae4a16eeee645f1ce87f0d8d7;hb=49780de1e4382884d99126b3d48f5ad232deb91e;hp=280522d03a85b29fa74577fb3621c128b47f2dcb;hpb=e96b9243bd4cf589d665b3a4274ac07819e211c1;p=cs356-p2-videostore.git diff --git a/app/views/game/index.rhtml b/app/views/game/index.rhtml index 280522d..c7c03d6 100644 --- a/app/views/game/index.rhtml +++ b/app/views/game/index.rhtml @@ -5,4 +5,7 @@
  • <%= 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' %>