Files
fizzy/app/views/boosts/new.html.erb
T
2024-09-18 13:09:06 -04:00

6 lines
247 B
Plaintext

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