From 67f76e88748841b6ae0ceb7c864d6876f206030a Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 10 Sep 2025 16:45:32 -0500 Subject: [PATCH] We have space here to show it And it makes the assignment UI clearer on the perma --- app/views/cards/display/common/_meta.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/cards/display/common/_meta.html.erb b/app/views/cards/display/common/_meta.html.erb index ade67bbba..0ee04a99d 100644 --- a/app/views/cards/display/common/_meta.html.erb +++ b/app/views/cards/display/common/_meta.html.erb @@ -26,7 +26,7 @@ <%= 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| "#{assignee.familiar_name}" }.to_sentence.html_safe %>