|
@ -39,6 +39,9 @@ |
|
|
{% if req.query.p > 1 %} |
|
|
{% if req.query.p > 1 %} |
|
|
<a href="{{ req | pagination('prev') }}">< Prev</a> |
|
|
<a href="{{ req | pagination('prev') }}">< Prev</a> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
{% if req.query.p > 1 and nodes.length == numOfNodes %} |
|
|
|
|
|
<span class="divider">-</span> |
|
|
|
|
|
{% endif %} |
|
|
{% if nodes.length == numOfNodes %} |
|
|
{% if nodes.length == numOfNodes %} |
|
|
<a href="{{ req | pagination('next') }}">Next ></a> |
|
|
<a href="{{ req | pagination('next') }}">Next ></a> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|