Merge pull request #29 from bumi/pagination-fixes

Show pagination only when there is more than one page
This commit is contained in:
bumi 2020-05-01 19:57:34 +02:00 committed by GitHub
commit 68d4f3cdb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@
</tbody>
</table>
</div>
<%== pagy_bulma_nav(@pagy) %>
<%== pagy_bulma_nav(@pagy) if @pagy.pages > 1 %>
<% end %>