Add puzzle images to the scoreboard
This commit is contained in:
parent
ac3b354480
commit
6c0f5167a4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user