X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=app%2Fviews%2Fgame%2Flist.rhtml;fp=app%2Fviews%2Fgame%2Flist.rhtml;h=d35c1eb3534e7ced89b69ce57419ab3aa3b6db11;hb=f96a0f6949f29078cd2c5e3c81d3ac48ac710fbe;hp=fce55daa39eca2c1a2f56b2d831f05540e533be5;hpb=2818e8becfb6a257df623713d507f0994d5cc278;p=cs356-p2-videostore.git diff --git a/app/views/game/list.rhtml b/app/views/game/list.rhtml index fce55da..d35c1eb 100644 --- a/app/views/game/list.rhtml +++ b/app/views/game/list.rhtml @@ -17,7 +17,7 @@ <%=h game.title %> <%=h game.newrelease %> <%=h game.genre %> - FIXME + <%=h game.game_platform %> <%= link_to 'Show', :action => 'show', :id => game %> <%= link_to 'Edit', :action => 'edit', :id => game %> <%= link_to 'Destroy', { :action => 'destroy', :id => game }, :confirm => 'Are you sure?', :method => :post %>