Change layout of public profile directory to be the same as in web UI (#11705)
This commit is contained in:
parent
7235f538c6
commit
9871904172
6 changed files with 83 additions and 5 deletions
|
@ -28,7 +28,7 @@ class DirectoriesController < ApplicationController
|
|||
end
|
||||
|
||||
def set_accounts
|
||||
@accounts = Account.local.discoverable.by_recent_status.page(params[:page]).per(15).tap do |query|
|
||||
@accounts = Account.local.discoverable.by_recent_status.page(params[:page]).per(20).tap do |query|
|
||||
query.merge!(Account.tagged_with(@tag.id)) if @tag
|
||||
query.merge!(Account.not_excluded_by_account(current_account)) if current_account
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue