Skip to content

Commit

Permalink
play-stockfish: move book recommendation under the board
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneVogel committed Mar 19, 2023
1 parent 9e3bc69 commit f5a350c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/listudy_web/templates/page/play_stockfish.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
<span class="progress_reason" id="progress_reason"></span>
</div>

<%= render ListudyWeb.BookView, "thumb.html", Map.put(assigns, :book, @book) %>
</div>
</div>
<script src="/stockfish/stockfish.js"></script>

<link rel="stylesheet" href="<%= Routes.static_path(@conn, "/css/chessground.css") %>"/>
<script defer type="text/javascript" src="<%= Routes.static_path(@conn, "/js/play_stockfish.js") %>"></script>

<%= render ListudyWeb.BookView, "thumb.html", Map.put(assigns, :book, @book) %>
<p>
<b><%= dgettext "play_stockfish", "Play against Stockfish:" %></b>
<%= dgettext "play_stockfish", "learn with the best chess engine." %>
Expand Down

0 comments on commit f5a350c

Please sign in to comment.