1 <p><b>Game ID:</b> <%=h @game.id.to_s %></p>
2 <p><b>Title:</b> <%=h @game.title %></p>
3 <p><b>New Release:</b> <%=h tf_to_yesno(@game.newrelease) %></p>
4 <p><b>Genre:</b> <%=h @game.genre.name %></p>
5 <p><b>Platform:</b> <%=h @game.platform.name %></p>
8 <%= link_to 'Edit', :action => 'edit', :id => @game %> |
9 <%= link_to 'Back', :action => 'list' %>