Make profile tag change pagination remember added param

This commit is contained in:
Nebbie Zebbie 2020-05-27 21:53:13 -06:00
parent a2d9dcb51b
commit 506099189f

View file

@ -4,7 +4,7 @@ h1
= @user.name = @user.name
- route = fn p -> Routes.profile_tag_change_path(@conn, :index, @user, p) end - route = fn p -> Routes.profile_tag_change_path(@conn, :index, @user, p) end
- pagination = render PhilomenaWeb.PaginationView, "_pagination.html", page: @tag_changes, route: route, conn: @conn - pagination = render PhilomenaWeb.PaginationView, "_pagination.html", page: @tag_changes, route: route, conn: @conn, params: [added: @conn.params["added"]]
.block .block
.block__header .block__header