Skip to content
Snippets Groups Projects

Hotfix for attempts page

2 files
+ 4
5
Compare changes
  • Side-by-side
  • Inline

Files

@@ -32,7 +32,7 @@
<div class="flex justify-center align-center">
<h1
class="font-800 mb-5"
th:text=" 'Puzzle of ' + ${puzzle.getDayUsed() != null ? puzzle.getDayUsed() : 'TBD'} " />
th:text=" 'Puzzle of ' + ${puzzle.getPuzzleDate() != null && puzzle.getPuzzleDate().getDayUsed() != null ? puzzle.getPuzzleDate().getDayUsed() : 'TBD'} " />
<h2>
(
<span th:text="${puzzle.getSolution()}"></span>
Loading