Commit ae6d9a50 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch '196252' into 'master'

Change `count` to `size`

Closes #196252

See merge request gitlab-org/gitlab!22842
parents 5b8fbef7 439dbab9
......@@ -39,7 +39,7 @@
%hr
%h5
= _('Groups (%{count})') % { count: @group_notifications.count }
= _('Groups (%{count})') % { count: @group_notifications.size }
%div
- @group_notifications.each do |setting|
= render 'group_settings', setting: setting, group: setting.source
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment