Files
fizzy/app/views/boosts/_boost.html.erb
T
2024-09-04 14:54:11 -04:00

2 lines
140 B
Plaintext

<%= link_to bubble.boosts.any? ? "+ #{bubble.boosts.size}" : "+", new_bubble_boost_path(bubble), data: { action: "toggle-class#toggle" } %>