From e7ae88ec704f39aea89e9fe5f07b57b5df75bfac Mon Sep 17 00:00:00 2001 From: "Billy.Zheng" Date: Tue, 18 Jun 2024 18:37:36 +0800 Subject: [PATCH] Add pagination for excluded universities --- src/pages/me/show_page.cr | 5 +++++ 1 file changed, 5 insertions(+) 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")