sto 64109cdfd3
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
Improve forms
2025-03-15 09:26:03 +01:00

8 lines
259 B
Plaintext

= form_with model: contest do |form|
.row
.col
.form-floating
= form.text_field :name, autocomplete: "off", class: "form-control"
= form.label :name, class: "required"
div.mt-3
= form.submit "Create", class: "btn btn-primary"