Files
fizzy/app/views/boosts/_boosts.html.erb
T
2024-10-11 20:14:09 -05:00

7 lines
251 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.boost_count if bubble.boost_count.positive? %>
<% end %>