@@ -20,7 +20,7 | |||||
20 | <%= principals_check_box_tags( |
|
20 | <%= principals_check_box_tags( | |
21 | 'watcher[user_ids][]', |
|
21 | 'watcher[user_ids][]', | |
22 | (watched ? |
|
22 | (watched ? | |
23 |
watched.addable_watcher_users : User.active. |
|
23 | watched.addable_watcher_users : User.active.limit(100).all) | |
24 | ) %> |
|
24 | ) %> | |
25 | </div> |
|
25 | </div> | |
26 |
|
26 |
General Comments 0
You need to be logged in to leave comments.
Login now