tabletop-companion/app/views/text_fields/new.turbo_stream.erb

7 lines
218 B
Plaintext
Raw Normal View History

2024-06-17 13:53:09 +00:00
<% target = "#{dom_id(@section)}_add_section" %>
2024-06-14 11:59:35 +00:00
<%= turbo_stream.replace(target) do %>
<div id="<%= target %>">
<%= render partial: "form", locals: { button_text: t(".create_text_field") } %>
</div>
<% end %>