aboutsummaryrefslogtreecommitdiff
path: root/lib/waev_web/templates/exports
diff options
context:
space:
mode:
authorGuillermo Ramos2020-02-14 10:02:59 +0100
committerGuillermo Ramos2020-02-14 10:02:59 +0100
commitbd2f7d90548ac7258bd291cb7400b03fd78f2b3c (patch)
tree250984ec8f4467e9041061d84649e4c3b895c451 /lib/waev_web/templates/exports
parentae42f0f07d2cfe9d3b184e4a2b0bd9f8da8ad9db (diff)
downloadwaev-bd2f7d90548ac7258bd291cb7400b03fd78f2b3c.tar.gz
Pagination
Diffstat (limited to 'lib/waev_web/templates/exports')
-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) %>