mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 12:37:58 +01:00
10 lines
No EOL
395 B
Text
10 lines
No EOL
395 B
Text
h1
|
|
' Source changes for
|
|
a href=~p"/images/#{@image}"
|
|
| 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 |