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,7 +1,8 @@
<h1><%= t("scaffold.pagetitle_new", model: ChecklistEntry.model_name.human) %></h1>
<%= turbo_frame_tag "new_checklist_entry" do %>
<%= turbo_frame_tag "checklist_entries" do %>
<%= render "form", checklist_entry: @checklist_entry %>
<%= render @checklist_entry.checklist.checklist_entries.reject { _1 == @checklist_entry } %>
<% end %>
<div class="action-row">