mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
guess that doesn't work
This commit is contained in:
parent
4063f84b6b
commit
f044ab6d3e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
h1 User Bans
|
||||
|
||||
- route = fn p -> Routes.admin_user_ban_path(@conn, :index, p) end
|
||||
- pagination = render PhilomenaWeb.PaginationView, "_pagination.html", page: @user_bans, route: route, params: @conn.query_params
|
||||
- pagination = render PhilomenaWeb.PaginationView, "_pagination.html", page: @user_bans, route: route
|
||||
|
||||
.block
|
||||
.block__header
|
||||
|
|
Loading…
Reference in a new issue