We have space here to show it

And it makes the assignment UI clearer on the perma
This commit is contained in:
Jason Zimdars
2025-09-10 16:45:32 -05:00
parent 37b980c96c
commit 67f76e8874
@@ -26,7 +26,7 @@
<span class="card__meta-text card__meta-text--assignees overflow-ellipsis">
<%= icon_tag "arrow-right" if card.assignees.any? %>
<%= "Assigned to" if card.assignees.any? %>
<%= card.assignees.any? ? "Assigned to" : "Not assigned" %>
<%= card.assignees.map { |assignee| "<strong>#{assignee.familiar_name}</strong>" }.to_sentence.html_safe %>
</span>