Refactorings and gui improvements
This commit is contained in:
parent
c965e03e5a
commit
d1294c2fc4
46 changed files with 358 additions and 128020 deletions
|
|
@ -1,5 +0,0 @@
|
|||
<%= 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 %>
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
= bootstrap_form_with(model: checklist, data: { controller: "unsaved-changes" }) do |form|
|
||||
= form.text_field :name
|
||||
= form.rich_text_area :description_html, rows: 12
|
||||
= form.collection_check_boxes :check_ids, Check.all.order(:external_number), :id, :display_label
|
||||
= form.collection_check_boxes :check_ids, Check.all.order(:external_number_1, :external_number_2, :external_number_3), :id, :display_label
|
||||
= form.submit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue