From b2646a5bd1c7729702c2b68d8e3f18f313f3b8f6 Mon Sep 17 00:00:00 2001 From: ArneVogel Date: Sun, 12 May 2024 16:12:33 +0200 Subject: [PATCH] support: try on stockfish --- lib/listudy_web/templates/layout/_head.html.eex | 2 ++ lib/listudy_web/templates/page/play_stockfish.html.eex | 9 ++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/lib/listudy_web/templates/layout/_head.html.eex b/lib/listudy_web/templates/layout/_head.html.eex index 7923d97d..75154d80 100644 --- a/lib/listudy_web/templates/layout/_head.html.eex +++ b/lib/listudy_web/templates/layout/_head.html.eex @@ -66,3 +66,5 @@ <%# Favicon end %> + + diff --git a/lib/listudy_web/templates/page/play_stockfish.html.eex b/lib/listudy_web/templates/page/play_stockfish.html.eex index d73c558a..0c56527c 100644 --- a/lib/listudy_web/templates/page/play_stockfish.html.eex +++ b/lib/listudy_web/templates/page/play_stockfish.html.eex @@ -23,7 +23,14 @@ "/> -<%= render ListudyWeb.BookView, "thumb.html", Map.put(assigns, :book, @book) %> + + +

<%= dgettext "play_stockfish", "Play against Stockfish:" %> <%= dgettext "play_stockfish", "learn with the best chess engine." %>