X-Git-Url: https://www.irasnyder.com/gitweb/?p=cs356-p2-videostore.git;a=blobdiff_plain;f=app%2Fviews%2Fgame%2Fshow.rhtml;h=e7c53331cd7f0dd631fe55b8703ff80839dc4a8f;hp=e31791b3716841f5dcf6121fd1603af60cb8ca5c;hb=064ef703594868b7ace2ebe131ba145e27aef6d2;hpb=f102e2d11bd1633579c7cfc244a38a9d8929bd06 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 %> |