6 lines
No EOL
204 B
Text
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 %> |