From 084c4d89481376acaf3108e661fb22d3bab4c2d3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 6 Apr 2025 13:50:15 +0200 Subject: [PATCH] Spacing and indention --- app/views/bubbles/cards/_mini.html.erb | 2 ++ app/views/bubbles/cards/_perma.html.erb | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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) %>">
<%= link_to bubble.bucket.name, bubbles_path(bucket_ids: [bubble.bucket]), class: "card__bucket txt-uppercase overflow-ellipsis txt-reversed" %>