summaryrefslogtreecommitdiff
path: root/app/views/games/edit.html.erb
blob: d72bd2ea4f78f4dd5b9e1241f6f6970cf18f7ed7 (plain)
1
2
3
4
5
6
<h1>Editing game</h1>

<%= render 'form' %>

<%= link_to 'Show', @game %> |
<%= link_to 'Back', games_path %>