mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
Make dupe reports pagination preserve params
This commit is contained in:
parent
f3bde5d316
commit
0a93da7952
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
h1 Duplicate Reports
|
||||
|
||||
- route = fn p -> Routes.duplicate_report_path(@conn, :index, p) end
|
||||
- pagination = render PhilomenaWeb.PaginationView, "_pagination.html", page: @duplicate_reports, route: route, conn: @conn
|
||||
- pagination = render PhilomenaWeb.PaginationView, "_pagination.html", page: @duplicate_reports, route: route, conn: @conn, params: [states: @conn.params["states"]]
|
||||
|
||||
.block
|
||||
.block__header
|
||||
|
|
Loading…
Reference in a new issue