mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
fix pagination error
This commit is contained in:
parent
24b9863699
commit
0c5e0d7fa7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ h1
|
|||
=> @badge.title
|
||||
' badge
|
||||
|
||||
- route = fn p -> Routes.admin_badge_user_path(@conn, :index, p) end
|
||||
- route = fn p -> Routes.admin_badge_user_path(@conn, :index, @badge, p) end
|
||||
- pagination = render PhilomenaWeb.PaginationView, "_pagination.html", page: @users, route: route, conn: @conn
|
||||
|
||||
.block
|
||||
|
|
Loading…
Reference in a new issue