<%= gettext "New game" %>

<%= form_for @changeset, game_path(@conn, :create), [class: "create-game"], fn form -> %>
<%= error_tag form, :opponent_id %>
<%= submit gettext("Create game"), class: "button" %>
<% end %>