Files
fizzy/app/views/bubbles/_boosts.html.erb
T

12 lines
399 B
Plaintext

<%= tag.div class: "bubble__bubble bubble__meta bubble__boosts",
data: {
controller: "animation toggle-class",
animation_play_class: "boosting",
toggle_class_toggle_class: "boosting",
action: "animationend->toggle-class#toggle" } do %>
<%= turbo_frame_tag dom_id(bubble, :boosts) do %>
<%= render "boosts/boosts", bubble: bubble %>
<% end %>
<% end %>