Reorganize + Change Names
[cs356-p2-videostore.git] / app / views / game / index.rhtml
index c7c03d6..c810833 100644 (file)
@@ -1,4 +1,4 @@
-<h1>Game Maintenence</h1>
+<h1>Manage Games</h1>
 
 <h3>Actions</h3>
 <ul>
@@ -8,4 +8,7 @@
   <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>