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

7 lines
233 B
Plaintext
Raw Normal View History

2024-06-07 15:53:32 +00:00
<% target = "#{dom_id(@stat.character_sheet_section)}_add_section" %>
<%= turbo_stream.replace(target) do %>
<div id="<%= target %>">
<%= render partial: "form", locals: { button_text: t(".create_stat") } %>
</div>
<% end %>