Merge pull request #29 from bumi/pagination-fixes
Show pagination only when there is more than one page
This commit is contained in:
commit
68d4f3cdb8
@ -68,7 +68,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<%== pagy_bulma_nav(@pagy) %>
|
<%== pagy_bulma_nav(@pagy) if @pagy.pages > 1 %>
|
||||||
|
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user