summaryrefslogtreecommitdiff
path: root/app/views/games/show.html.erb
blob: 20d374f57a63194dccea0b8eb75d2155a5f2cd9a (plain)
1
2
3
4
5
6
7
8
9
<p id="notice"><%= notice %></p>

<p>
  <strong>Name:</strong>
  <%= @game.name %>
</p>

<%= link_to 'Edit', edit_game_path(@game) %> |
<%= link_to 'Back', games_path %>