|
|
<%= state(current_user(@conn), game) %> | <%= won_lost(current_user(@conn), game) %> | <%= link gettext("Delete"), to: game_path(@conn, :delete, game), method: :delete, data: [confirm: gettext("Are you sure?")] %> |
<%= link gettext("New game"), to: game_path(@conn, :new), class: "button" %>