Show more log lines per page
This commit is contained in:
parent
330536cb7e
commit
15b58548cc
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ class MyController < ApplicationController
|
|||
|
||||
# Show audit logs
|
||||
def logs
|
||||
@logs = Log.paginate(page: params[:page], per_page: 6)
|
||||
@logs = Log.paginate(page: params[:page], per_page: 20)
|
||||
render :logs
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue