diff --git a/app/views/bubbles/cards/_mini.html.erb b/app/views/bubbles/cards/_mini.html.erb
index 234326793..f90fd167d 100644
--- a/app/views/bubbles/cards/_mini.html.erb
+++ b/app/views/bubbles/cards/_mini.html.erb
@@ -5,9 +5,11 @@
<%= bubble_title(bubble) %>
+
<%= "Added to #{bubble.bucket.name} by #{bubble.creator.name}" %>
<%= local_datetime_tag(bubble.created_at, style: :daysAgo) %>
+
<%= render "bubbles/cards/mini/assignees", bubble: bubble %>
<%= render "bubbles/cards/mini/tags", bubble: bubble %>
diff --git a/app/views/bubbles/cards/_perma.html.erb b/app/views/bubbles/cards/_perma.html.erb
index 996eeab03..85c338679 100644
--- a/app/views/bubbles/cards/_perma.html.erb
+++ b/app/views/bubbles/cards/_perma.html.erb
@@ -1,7 +1,7 @@
<% cache [bubble] do %>
+ style="--bubble-color: <%= bubble.color %>; view-transition-name: <%= dom_id(bubble, :ticket) %>;"
+ id="<%= dom_id(bubble, :ticket) %>">