mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 20:37:59 +01:00
9 lines
No EOL
383 B
Text
9 lines
No EOL
383 B
Text
h1
|
|
' Source changes by
|
|
a href=~p"/profiles/#{@user}"
|
|
= @user.name
|
|
|
|
- route = fn p -> ~p"/profiles/#{@user}/source_changes?#{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 |