diff --git a/src/pages/me/show_page.cr b/src/pages/me/show_page.cr index 1ba1093..7f448f9 100644 --- a/src/pages/me/show_page.cr +++ b/src/pages/me/show_page.cr @@ -21,7 +21,12 @@ class Me::ShowPage < MainLayout user_list + br + br + + mount PaginationLinks, pages excluded_universities_list + mount PaginationLinks, pages # 这些都是隐藏的 input(type: "hidden", value: context.session.get("X-CSRF-TOKEN"), name: "_csrf")