diff --git a/app/views/events/recipients.html.erb b/app/views/events/recipients.html.erb index 83f1b14d5..586139099 100644 --- a/app/views/events/recipients.html.erb +++ b/app/views/events/recipients.html.erb @@ -75,7 +75,10 @@ the avatar stays blank). Calm palette: neutral name/org links, with the sector chips as the single accent. %> <% dp = person.decorate %> - <% has_sectors = person.sectors.any? %> + <%# Primary service area first (rendered as a darker-green crowned chip), + then the additional sectors alphabetically. %> + <% sectorable_items = person.sectorable_items_primary_first %> + <% has_sectors = sectorable_items.any? %>