From 77ad92c807e54bf04e38ee461ab0b849cdbfa05f Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Fri, 4 Apr 2025 18:12:02 +0200 Subject: [PATCH] Restore missing link to navigate to cards --- app/views/bubbles/cards/_preview.html.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/bubbles/cards/_preview.html.erb b/app/views/bubbles/cards/_preview.html.erb index f4e621997..b524c948c 100644 --- a/app/views/bubbles/cards/_preview.html.erb +++ b/app/views/bubbles/cards/_preview.html.erb @@ -14,6 +14,10 @@ + <%= link_to bucket_bubble_path(bubble.bucket, bubble), class: "card__link" do %> + <%= bubble_title(bubble) %> + <% end %> + <%= render "bubbles/stagings/stages", bubble: bubble if bubble.doing? %>