Source changes for image #<%= @image.id %>

<% route = fn p -> ~p"/images/#{@image}/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) %>