Add puzzle images to the scoreboard
All checks were successful
CI / scan_ruby (push) Successful in 19s
CI / scan_js (push) Successful in 13s
CI / lint (push) Successful in 12s
CI / test (push) Successful in 31s

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
thead
tr