mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
up the total amount
This commit is contained in:
@@ -4,7 +4,7 @@ class Admin::TrustLevelAuditLogsController < Admin::BaseController
|
||||
def index
|
||||
@audit_logs = TrustLevelAuditLog.includes(:user, :changed_by)
|
||||
.recent
|
||||
.limit(100) # if there are more actions, fuck off man
|
||||
.limit(250) # if there are more actions, fuck off man
|
||||
|
||||
if params[:user_id].present?
|
||||
user = User.find_by(id: params[:user_id])
|
||||
|
||||
Reference in New Issue
Block a user