Files
fizzy/app/views/boosts/_boosts.html.erb
T
2024-09-24 15:32:44 -04:00

7 lines
235 B
Plaintext

<%= button_to bucket_bubble_boosts_path(bubble.bucket, bubble),
class: "btn btn--plain",
data: { action: "toggle-class#toggle" },
form_class: "full-width" do %>
+ <%= bubble.boosts.size if bubble.boosts.any? %>
<% end %>