diff options
author | Guillermo Ramos | 2020-02-11 18:21:12 +0100 |
---|---|---|
committer | Guillermo Ramos | 2020-02-11 18:21:12 +0100 |
commit | 6ce840b8d9155170b54277c83b1363d4eb42ab34 (patch) | |
tree | 929fac520861acb34c054443d73d0ca34a2b26d5 /lib/waev_web/templates/exports/show.html.eex | |
parent | c8961cafed719ae0e3113b1cc4bb1e5dac5d62d1 (diff) | |
download | waev-6ce840b8d9155170b54277c83b1363d4eb42ab34.tar.gz |
Pagination
Diffstat (limited to 'lib/waev_web/templates/exports/show.html.eex')
-rw-r--r-- | lib/waev_web/templates/exports/show.html.eex | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ </div> <% end %> + +<%= pagination_bar(assigns, @page, @size) %> |