Files
fizzy/app/views/boosts/_boosts.html.erb
T
2024-09-18 13:09:06 -04:00

4 lines
175 B
Plaintext

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