Merge branch 'bring-back-not-assigned-on-perma'
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user