Files
puzzle-scoreboard/app/views/contests/new.html.slim
sto 86dd0b7b9e
Some checks failed
CI / scan_ruby (push) Successful in 20s
CI / scan_js (push) Successful in 13s
CI / lint (push) Successful in 13s
CI / test (push) Failing after 37s
Revamp contest settings into tabs
2025-11-12 11:33:44 +01:00

9 lines
296 B
Plaintext

= form_with model: @contest do |form|
.row.mb-3
.col
.form-floating
= form.text_field :name, autocomplete: "off", class: "form-control"
= form.label :name, class: "required"
.row.mt-4
.col
= form.submit t("helpers.buttons.create"), class: "btn btn-primary"