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
2018-04-13 11:25:28 -04:00

7 lines
208 B
Elixir

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