Merge pull request #29 from bumi/pagination-fixes

Show pagination only when there is more than one page
This commit is contained in:
2020-05-01 19:57:34 +02:00
committed by GitHub

View File

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