4 lines
99 B
Plaintext
4 lines
99 B
Plaintext
<%= turbo_frame_tag @bubble, :edit do %>
|
|
<%= render "bubbles/form", bubble: @bubble %>
|
|
<% end %>
|