Files
fizzy/app/views/boosts/new.html.erb
T
Jeffrey Hardy 038a456392 Tidy up boosts
2024-09-05 17:36:51 -04:00

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 %>