mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 21:47: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
|
h1 User Bans
|
||||||
|
|
||||||
- route = fn p -> Routes.admin_user_ban_path(@conn, :index, p) end
|
- 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
|
||||||
.block__header
|
.block__header
|
||||||
|
|
Loading…
Reference in a new issue