Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-16 09:08:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-16 09:08:30 +0300
commit34ab9be97ecf84dd2b7a3b8f3149c0f7d1d7ab5c (patch)
tree9025a7319c4a0bfe3aa3168fa750b183bf33cde1 /app/views/profiles
parent08ed6a867b690a04fe7a74c9ba697cf18f6107d7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/profiles')
-rw-r--r--app/views/profiles/notifications/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/notifications/show.html.haml b/app/views/profiles/notifications/show.html.haml
index 01aa6f06b98..73f6a821b51 100644
--- a/app/views/profiles/notifications/show.html.haml
+++ b/app/views/profiles/notifications/show.html.haml
@@ -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