Show pagination only when there is more than one page
Added an option to display the pagination configuration only when the number of pages is greater than one
This commit is contained in:
parent
97bf16574f
commit
f23d28baf6
@ -68,7 +68,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<%== pagy_bulma_nav(@pagy) %>
|
||||
<%== pagy_bulma_nav(@pagy) if @pagy.pages > 1 %>
|
||||
|
||||
<% end %>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user