mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 20:37:59 +01:00
9 lines
418 B
Text
9 lines
418 B
Text
|
h1
|
||
|
' Source changes by
|
||
|
a href=Routes.profile_path(@conn, :show, @user)
|
||
|
= @user.name
|
||
|
|
||
|
- route = fn p -> Routes.profile_source_change_path(@conn, :index, @image, p) end
|
||
|
- pagination = render PhilomenaWeb.PaginationView, "_pagination.html", page: @source_changes, route: route, conn: @conn
|
||
|
|
||
|
= render PhilomenaWeb.SourceChangeView, "index.html", conn: @conn, source_changes: @source_changes, pagination: pagination
|