Spacing and indention
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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" %>
|
||||
|
||||
Reference in New Issue
Block a user