Reorganize + Change Names
[cs356-p2-videostore.git] / app / views / game / index.rhtml
index 280522d..c810833 100644 (file)
@@ -1,8 +1,14 @@
-<h1>Game Maintenence</h1>
+<h1>Manage Games</h1>
 
 <h3>Actions</h3>
 <ul>
   <li><%= link_to 'List All Games', :action => 'list' %></li>
   <li><%= link_to 'Search for a Game', :action => 'search' %></li>
   <li><%= link_to 'Add a New Game', :action => 'new' %></li>
+  <br/>
+  <li><%= link_to 'List All Game Genres', :controller => 'game_genre', :action => 'list' %></li>
+  <li><%= link_to 'Add a New Game Genre', :controller => 'game_genre', :action => 'new' %></li>
+  <br/>
+  <li><%= link_to 'List All Game Platforms', :controller => 'game_platform', :action => 'list' %></li>
+  <li><%= link_to 'Add a New Game Platform', :controller => 'game_platform', :action => 'new' %></li>
 </ul>