c7c03d61e19a266ae4a16eeee645f1ce87f0d8d7
[cs356-p2-videostore.git] / app / views / game / index.rhtml
1 <h1>Game Maintenence</h1>
2
3 <h3>Actions</h3>
4 <ul>
5   <li><%= link_to 'List All Games', :action => 'list' %></li>
6   <li><%= link_to 'Search for a Game', :action => 'search' %></li>
7   <li><%= link_to 'Add a New Game', :action => 'new' %></li>
8   <br/>
9   <li><%= link_to 'List All Game Genres', :controller => 'game_genre', :action => 'list' %></li>
10   <li><%= link_to 'Add a New Game Genre', :controller => 'game_genre', :action => 'new' %></li>
11 </ul>