Merge branch 'master' into glitch-soc/merge-upstream
This commit is contained in:
commit
9dfbcf941e
37 changed files with 492 additions and 64 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue