mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
7 lines
185 B
Elixir
7 lines
185 B
Elixir
<h2>Edit game</h2>
|
|
|
|
<%= render "form.html", changeset: @changeset,
|
|
action: game_path(@conn, :update, @game) %>
|
|
|
|
<%= link "Back", to: game_path(@conn, :index) %>
|