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? %>