From bd2f7d90548ac7258bd291cb7400b03fd78f2b3c Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Fri, 14 Feb 2020 10:02:59 +0100 Subject: Pagination --- lib/waev_web/templates/exports/show.html.eex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/waev_web/templates') diff --git a/lib/waev_web/templates/exports/show.html.eex b/lib/waev_web/templates/exports/show.html.eex index 948c125..ef35265 100644 --- a/lib/waev_web/templates/exports/show.html.eex +++ b/lib/waev_web/templates/exports/show.html.eex @@ -11,7 +11,7 @@ <% else %> <%= for {date, blocks} <- process_messages(@export.messages) do %> -
+
<%= date %>
@@ -53,4 +53,4 @@ <% end %> <% end %> <% end %> -<%= pagination_bar(assigns, @page, @size) %> +<%= pagination_bar(assigns, @export.pagination) %> -- cgit v1.2.3