Spacing and indention

This commit is contained in:
David Heinemeier Hansson
2025-04-06 13:50:15 +02:00
parent 7fe87bfce5
commit 084c4d8948
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -5,9 +5,11 @@
<h3 class="card__title">
<%= bubble_title(bubble) %>
</h3>
<div class="txt-small overflow-ellipsis txt-uppercase"><%= "Added to #{bubble.bucket.name} by #{bubble.creator.name}" %>
<%= local_datetime_tag(bubble.created_at, style: :daysAgo) %>
</div>
<div class="card__stuff flex align-center gap">
<%= render "bubbles/cards/mini/assignees", bubble: bubble %>
<div class="overflow-ellipsis"><%= render "bubbles/cards/mini/tags", bubble: bubble %></div>
+2 -2
View File
@@ -1,7 +1,7 @@
<% cache [bubble] do %>
<article class="card shadow border flex flex-column position-relative txt-align-start full-width border-radius"
style="--bubble-color: <%= bubble.color %>; view-transition-name: <%= dom_id(bubble, :ticket) %>;"
id="<%= dom_id(bubble, :ticket) %>">
style="--bubble-color: <%= bubble.color %>; view-transition-name: <%= dom_id(bubble, :ticket) %>;"
id="<%= dom_id(bubble, :ticket) %>">
<header class="card__header flex align-center gap min-width">
<%= link_to bubble.bucket.name, bubbles_path(bucket_ids: [bubble.bucket]),
class: "card__bucket txt-uppercase overflow-ellipsis txt-reversed" %>