X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Fgame%2Flist.rhtml;h=a32c14d0e4a1f2f7ddd3276e7340fed4899305c5;hb=32e35e775c982b99b462c43430fa6701654792a8;hp=1a17dbf04c3bee025123d8b6a13a39a54ceb9b61;hpb=0dccca2d3c0e9d5e6eaa1c1ebee3670654fd8c43;p=cs356-p2-videostore.git diff --git a/app/views/game/list.rhtml b/app/views/game/list.rhtml index 1a17dbf..a32c14d 100644 --- a/app/views/game/list.rhtml +++ b/app/views/game/list.rhtml @@ -1,24 +1,26 @@ -

Listing games

+

Listing Games

- +
- - - <% for column in Game.content_columns %> - - <% end %> + + + + + + <% for game in @games %> - - - <% for column in Game.content_columns %> - - <% end %> - + + + + + + + - + <% end %>
Game IDChecked Out<%= column.human_name %>Game IDTitleChecked OutNew ReleaseGenrePlatform
<%=h game.id %><%=h game.checkedout? %><%=h game.send(column.name) %><%= link_to 'Show', :action => 'show', :id => game %><%=h game.id %><%=h game.title %><%=h tf_to_yesno(game.checkedout?) %><%=h tf_to_yesno(game.newrelease) %><%=h game.genre %><%=h game.game_platform %><%= link_to 'View', :action => 'show', :id => game %> <%= link_to 'Edit', :action => 'edit', :id => game %><%= link_to 'Destroy', { :action => 'destroy', :id => game }, :confirm => 'Are you sure?', :method => :post %><%= link_to 'Remove', { :action => 'destroy', :id => game }, :confirm => 'Are you sure?', :method => :post %>