mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
Prepopulate rq on reports pagination
This commit is contained in:
parent
aa7028c134
commit
d69410d97e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
- route = fn p -> Routes.admin_report_path(@conn, :index, p) end
|
||||
- pagination = render PhilomenaWeb.PaginationView, "_pagination.html", route: route, page: @reports, conn: @conn, params: [rq: @conn.params["rq"]]
|
||||
- pagination = render PhilomenaWeb.PaginationView, "_pagination.html", route: route, page: @reports, conn: @conn, params: [rq: @conn.params["rq"] || "*"]
|
||||
|
||||
h1 Reports
|
||||
|
||||
|
|
Loading…
Reference in a new issue