a11yist/app/views/elements/create.turbo_stream.erb

2 lines
174 B
Text
Raw Normal View History

2024-07-20 22:32:35 +02:00
<%= turbo_stream.update "new_element_frame", partial: "reports/new_element_button", locals: { report: @element.report } %>
<%= turbo_stream.append "element_list", @element %>