mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-15 09:31:33 +01:00
Infinite scroll fixed
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
{% if page.last is empty %}
|
||||
<div class='col-lg-12 col-md-12 col-sm-12 col-xs-12' style='text-align: center'>
|
||||
<h3 id='end'>No more code to load</h3>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% for code in page.last %}
|
||||
{% if loop.index0 is divisible by(2) %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user