6 lines
222 B
Plaintext
6 lines
222 B
Plaintext
<%= turbo_frame_tag dom_id(@bubble, :boosts) do %>
|
|
<%= form_with url: bubble_boosts_path(@bubble), data: { controller: "auto-submit" } do |form| %>
|
|
<%= form.submit "Boost this", hidden: true %>
|
|
<% end %>
|
|
<% end %>
|