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

5 lines
119 B
Elixir

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