1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/lib/chess_web/templates/game/show.html.eex

7 lines
178 B
Elixir

<h2>Game with <%= opponent(@conn, @game).username %></h2>
<p><%= link "Back to games", to: game_path(@conn, :index) %></p>
<div id="app" data-game-id="<%= @game.id %>">
</div>