Restore missing link to navigate to cards

This commit is contained in:
Jorge Manrubia
2025-04-04 18:12:02 +02:00
parent 42f6412541
commit 77ad92c807
@@ -14,6 +14,10 @@
</h1>
</div>
<%= link_to bucket_bubble_path(bubble.bucket, bubble), class: "card__link" do %>
<span class="for-screen-reader"><%= bubble_title(bubble) %></span>
<% end %>
<%= render "bubbles/stagings/stages", bubble: bubble if bubble.doing? %>
</div>