diff --git a/app/serializers/notification_serializer.rb b/app/serializers/notification_serializer.rb index 068ab0f2a..ce671fbd8 100644 --- a/app/serializers/notification_serializer.rb +++ b/app/serializers/notification_serializer.rb @@ -68,7 +68,7 @@ class NotificationSerializer < ActiveModel::Serializer url = label_template_path(subject) when Team parent = nil - url = projects_path + url = projects_path(team: subject.id) end breadcrumbs << { name: subject.name, url: url } if subject.name.present?