Add pagination to most places and fix cards pagination
This commit is contained in:
@@ -3,7 +3,7 @@ class UsersController < ApplicationController
|
||||
before_action :ensure_permission_to_change_user, only: %i[ update destroy ]
|
||||
|
||||
def index
|
||||
@users = Current.account.users.active.alphabetically
|
||||
set_page_and_extract_portion_from Current.account.users.active.alphabetically
|
||||
end
|
||||
|
||||
def show
|
||||
|
||||
Reference in New Issue
Block a user