sto 50280ce389
Some checks are pending
CI / scan_ruby (push) Waiting to run
CI / scan_js (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
Initial app
2025-03-14 15:36:05 +01:00

11 lines
235 B
Plaintext

h1 New puzzle
= form_with model: @puzzle do |form|
div
= form.label :name
= form.text_field :name
div
= form.label :image, style: "display: block"
= form.file_field :image, accept: "image/*"
div
= form.submit