aboutsummaryrefslogtreecommitdiff
path: root/lib/waev_web/templates/exports/show.html.eex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/waev_web/templates/exports/show.html.eex')
-rw-r--r--lib/waev_web/templates/exports/show.html.eex4
1 files changed, 2 insertions, 2 deletions
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 @@
</div>
<% else %>
<%= for {date, blocks} <- process_messages(@export.messages) do %>
- <div class="row row--padded">
+ <div class="row row-center row--padded">
<div class="middle-box">
<%= date %>
</div>
@@ -53,4 +53,4 @@
<% end %>
<% end %>
<% end %>
-<%= pagination_bar(assigns, @page, @size) %>
+<%= pagination_bar(assigns, @export.pagination) %>