Revamp contest settings into tabs
This commit is contained in:
@@ -1 +1,9 @@
|
||||
= render "form", contest: @contest, submit_text: t("helpers.buttons.create")
|
||||
= 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"
|
||||
Reference in New Issue
Block a user