From 6ce840b8d9155170b54277c83b1363d4eb42ab34 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Tue, 11 Feb 2020 18:21:12 +0100 Subject: Pagination --- lib/waev_web/templates/exports/show.html.eex | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/waev_web/templates/exports') diff --git a/lib/waev_web/templates/exports/show.html.eex b/lib/waev_web/templates/exports/show.html.eex index 6356804..15a1360 100644 --- a/lib/waev_web/templates/exports/show.html.eex +++ b/lib/waev_web/templates/exports/show.html.eex @@ -35,3 +35,5 @@ <% end %> + +<%= pagination_bar(assigns, @page, @size) %> -- cgit v1.2.3