X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Fgame%2Fshow.rhtml;h=e7c53331cd7f0dd631fe55b8703ff80839dc4a8f;hb=c6189824da1944b9b80b81c42a37c178029cab3b;hp=e31791b3716841f5dcf6121fd1603af60cb8ca5c;hpb=e4597521e3a7365f86731f7d69643cb1067acb5e;p=cs356-p2-videostore.git diff --git a/app/views/game/show.rhtml b/app/views/game/show.rhtml index e31791b..e7c5333 100644 --- a/app/views/game/show.rhtml +++ b/app/views/game/show.rhtml @@ -1,8 +1,8 @@

Game ID: <%=h @game.id.to_s %>

Title: <%=h @game.title %>

New Release: <%=h tf_to_yesno(@game.newrelease) %>

-

Genre: <%=h @game.genre_name %>

-

Platform: <%=h @game.platform_name %>

+

Genre: <%=h @game.genre.name %>

+

Platform: <%=h @game.platform.name %>

<%= link_to 'Edit', :action => 'edit', :id => @game %> |