parent
83b24ebe60
commit
9fd08747c0
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
<select-pagination>
|
||||
<select aria-label="Page selection">
|
||||
{% for pageEntry in pagination.pages %}
|
||||
<option value="{{ forloop.index }}">{{ forloop.index }} of {{ pagination.links.size }}</option>
|
||||
<option value="{{ forloop.index | minus: 1 }}">{{ forloop.index }} of {{ pagination.links.size }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
<noscript>
|
||||
|
|
Reference in a new issue