Restrict offline participation to single-puzzle
Some checks failed
CI / scan_ruby (push) Failing after 17s
CI / scan_js (push) Successful in 13s
CI / lint (push) Successful in 14s
CI / test (push) Has been cancelled

contests
This commit is contained in:
sto
2025-11-07 09:30:04 +01:00
parent ae5082fff6
commit a1736ff076
7 changed files with 20 additions and 9 deletions

View File

@@ -68,7 +68,7 @@ css:
- @contest.puzzles.each do |puzzle|
= image_tag(puzzle.image, class: "img-fluid ms-3 me-3", style: "max-height: 220px") if puzzle.image.attached?
= render "category_selector"
= render "selectors"
.d-flex.flex-column style="overflow-y: auto"
table.table.table-striped.table-hover