Show current puzzle image in puzzle edit form
This commit is contained in:
parent
6c0f5167a4
commit
70c0fed0c4
@ -2,6 +2,9 @@
|
|||||||
.row.mb-3
|
.row.mb-3
|
||||||
.col.alert.alert-warning
|
.col.alert.alert-warning
|
||||||
= t("puzzles.form.fake_data_recommendation")
|
= 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?
|
||||||
.row.mb-3
|
.row.mb-3
|
||||||
.col
|
.col
|
||||||
.form-floating
|
.form-floating
|
||||||
|
Loading…
x
Reference in New Issue
Block a user