a11yist/app/views/checklists/_form.html.erb_
david 6db0b64f4c
Some checks failed
/ Run tests (push) Failing after 1m13s
/ Run system tests (push) Failing after 1m15s
/ Build, push and deploy image (push) Has been skipped
Cosmetics
2024-11-01 00:50:15 +01:00

5 lines
No EOL
214 B
Text

<%= bootstrap_form_with(model: checklist, data: { controller: "unsaved-changes" }) do |form| %>
<%= form.text_field :name %>
<%= form.rich_text_area :description_html, rows: 12 %>
<%= form.submit %>
<% end %>