a11yist/app/views/checklists/_form.html.erb

6 lines
No EOL
194 B
Text

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