mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-21 19:27:13 +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
|
- 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
|
h1 Reports
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue