Gui improvements and ideas

This commit is contained in:
david 2024-07-20 16:52:12 +02:00
parent 3f4c7d17bf
commit 2ae0b55e42
54 changed files with 639 additions and 237 deletions

View file

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