Add puzzle images to the scoreboard

This commit is contained in:
sto
2025-06-21 07:05:12 +02:00
parent ac3b354480
commit 6c0f5167a4

View File

@@ -1,3 +1,7 @@
.d-flex.flex-row.justify-content-center.mb-5
- @contest.puzzles.each do |puzzle|
= image_tag(puzzle.image, class: "img-fluid m-2", style: "max-height: 256px") if puzzle.image.attached?
table.table.table-striped.table-hover table.table.table-striped.table-hover
thead thead
tr tr