mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
12 lines
352 B
Text
12 lines
352 B
Text
- route = fn p -> ~p"/admin/mod_notes?#{p}" end
|
|
- pagination = render PhilomenaWeb.PaginationView, "_pagination.html", page: @mod_notes, route: route, conn: @conn
|
|
|
|
h2 Mod Notes
|
|
|
|
.block
|
|
.block__header
|
|
span Mod Notes
|
|
= pagination
|
|
|
|
.block__content
|
|
= render PhilomenaWeb.Admin.ModNoteView, "_table.html", mod_notes: @mod_notes, conn: @conn
|