diff --git a/app/views/cards/assignments/new.html.erb b/app/views/cards/assignments/new.html.erb
index 1be2c77a2..35412c9f3 100644
--- a/app/views/cards/assignments/new.html.erb
+++ b/app/views/cards/assignments/new.html.erb
@@ -2,7 +2,7 @@
- <% @card.collection.users.active.alphabetically.each do |user| %>
+ <% @collection.users.active.alphabetically.each do |user| %>
<%= button_to card_assignments_path(@card, params: { assignee_id: user.id }), method: :post, class: "btn popup__item full-width" do %>
<%= user.name %>
<%= icon_tag "check", size: 18, class: "checked flex-item-justify-end" if @card.assignees.include?(user) %>