mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-08 15:16:43 +01:00
9 lines
419 B
Text
9 lines
419 B
Text
<h1>
|
|
Source changes by
|
|
<a href={~p"/profiles/#{@user}"}>
|
|
<%= @user.name %>
|
|
</a>
|
|
</h1>
|
|
<% 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) %>
|