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

5 lines
133 B
Elixir

<h2><%= gettext "Game with %{name}", name: opponent(@conn, @game).name %></h2>
<div id="app" data-game-id="<%= @game.id %>">
</div>