a11yist/app/views/checklists/_form.html.erb
2024-07-20 16:55:10 +02:00

6 lines
No EOL
204 B
Text

<%= bootstrap_form_with(model: checklist) do |form| %>
<%# form.text_field :code %>
<%= form.text_field :name %>
<%= form.rich_text_area :description_html, rows: 12 %>
<%= form.submit %>
<% end %>