7 lines
251 B
Plaintext
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 %>
|