Merge branch 'master' into glitch-soc/merge-upstream
This commit is contained in:
@ -33,7 +33,7 @@ class DirectoriesController < ApplicationController
|
||||
end
|
||||
|
||||
def set_tags
|
||||
@tags = Tag.discoverable.limit(30)
|
||||
@tags = Tag.discoverable.limit(30).reject { |tag| tag.cached_sample_accounts.empty? }
|
||||
end
|
||||
|
||||
def set_accounts
|
||||
|
Reference in New Issue
Block a user