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>
|
||||
</table>
|
||||
</div>
|
||||
<%== pagy_bulma_nav(@pagy) %>
|
||||
<%== pagy_bulma_nav(@pagy) if @pagy.pages > 1 %>
|
||||
|
||||
<% end %>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user