Skip to content

Commit

Permalink
Merge pull request #251 from itk-dev/feature/mark-active-element-pager
Browse files Browse the repository at this point in the history
LOOP-1058: Changed pager element
  • Loading branch information
martinyde authored Nov 11, 2021
2 parents 1d0b0b3 + a9772ce commit df1433f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
{% endif %}
{# Now generate the actual pager piece. #}
{% for key, item in items.pages %}
<li class="page-item pager__item{{ current == key ? ' is-active' : '' }}">
<li class="page-item pager__item{{ current == key ? ' active' : '' }}">
{% if current == key %}
{% set title = 'Current page'|t %}
{% else %}
Expand Down

0 comments on commit df1433f

Please sign in to comment.