mirror of
https://github.com/dpnmw/community-landing.git
synced 2026-03-18 09:27:16 +00:00
Major Improvements
Too numerous to mention
This commit is contained in:
@@ -8,7 +8,7 @@ module CommunityLanding
|
||||
|
||||
# Top contributors
|
||||
data[:contributors] = begin
|
||||
if s.contributors_enabled
|
||||
if s.contributors_enabled || (s.participation_enabled rescue true)
|
||||
User
|
||||
.joins(:posts)
|
||||
.includes(:user_profile)
|
||||
|
||||
Reference in New Issue
Block a user