tabletop-companion/app/views/character_sheet_sections/character_sheet_section.tur...

4 lines
164 B
Plaintext
Raw Normal View History

2024-06-17 16:12:19 +00:00
<%= turbo_stream.replace(dom_id(@character_sheet_feature.character_sheet_section)) do %>
<%= render @character_sheet_feature.character_sheet_section %>
<% end %>