Skip to content

Commit 2c8a9da

Browse files
committed
Test against original collection
1 parent cfac914 commit 2c8a9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/helpers/accesses_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def board_watchers_list(board)
3030
displayed_watchers = watchers.first(8)
3131
overflow_count = watchers.size - 8
3232

33-
tag.strong(displayed_watchers.any? ? "Watching for new cards" : "No one is watching for new cards", class: "txt-uppercase") +
33+
tag.strong(watchers.any? ? "Watching for new cards" : "No one is watching for new cards", class: "txt-uppercase") +
3434
tag.div(avatar_tags(displayed_watchers), class: "board-tools__watching") do
3535
tag.div(data: { controller: "dialog", action: "keydown.esc->dialog#close click@document->dialog#closeOnClickOutside" }) do
3636
tag.button("+#{overflow_count}", class: "overflow-count btn btn--circle borderless", data: { action: "dialog#open" }, aria: { label: "Show #{overflow_count} more watchers" }) +

0 commit comments

Comments
 (0)