Files
fizzy/app/views/boosts/_boosts.html.erb
T
Jeffrey Hardy 038a456392 Tidy up boosts
2024-09-05 17:36:51 -04:00

4 lines
151 B
Plaintext

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