Rollback prod config change
Some checks failed
CI / scan_ruby (push) Failing after 37s
CI / scan_js (push) Successful in 14s
CI / lint (push) Successful in 14s
CI / test (push) Failing after 41s

This commit is contained in:
sto
2025-11-21 10:39:16 +01:00
parent 710953919c
commit b2429b71f4
4 changed files with 25 additions and 26 deletions

View File

@@ -2,9 +2,10 @@
.row.mb-3
.col.alert.alert-warning
= t("puzzles.form.fake_data_recommendation")
.row.mb-3
.col
= image_tag(puzzle.image, class: "img-fluid", style: "max-height: 256px") if puzzle.image.attached?
- if puzzle.id && puzzle.image.attached?
.row.mb-3
.col
= image_tag(puzzle.image, class: "img-fluid", style: "max-height: 256px")
.row.mb-3
.col
.form-floating