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