0
0
Fork 0

Display trending hashtags on admin dashboard (#8038)

This commit is contained in:
Eugen Rochko 2018-07-16 19:21:27 +02:00 committed by GitHub
parent 7e2678f7f6
commit 0d13e30ad2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 37 additions and 0 deletions

View file

@ -27,6 +27,7 @@ module Admin
@saml_enabled = ENV['SAML_ENABLED'] == 'true'
@pam_enabled = ENV['PAM_ENABLED'] == 'true'
@hidden_service = ENV['ALLOW_ACCESS_TO_HIDDEN_SERVICE'] == 'true'
@trending_hashtags = TrendingTags.get(7)
end
private