Loading core/modules/system/templates/pager.html.twig +1 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,7 @@ */ #} {% if items %} <nav class="pager" role="navigation" aria-labelledby="{{ heading_id }}"> <h4 id="{{ heading_id }}" class="visually-hidden">{{ 'Pagination'|t }}</h4> <nav class="pager" role="navigation" aria-label="{{ 'Pagination'|t }}"> <ul class="pager__items js-pager__items"> {# Print first item if we are not on the first page. #} {% if items.first %} Loading core/modules/views/templates/views-mini-pager.html.twig +1 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,7 @@ */ #} {% if items.previous or items.next %} <nav role="navigation" aria-labelledby="{{ heading_id }}"> <h4 id="{{ heading_id }}" class="visually-hidden">{{ 'Pagination'|t }}</h4> <nav class="pager" role="navigation" aria-label="{{ 'Pagination'|t }}"> <ul class="js-pager__items"> {% if items.previous %} <li> Loading core/profiles/demo_umami/themes/umami/templates/classy/views/views-mini-pager.html.twig +1 −2 Original line number Diff line number Diff line Loading @@ -11,8 +11,7 @@ */ #} {% if items.previous or items.next %} <nav class="pager" role="navigation" aria-labelledby="{{ heading_id }}"> <h4 id="{{ heading_id }}" class="pager__heading visually-hidden">{{ 'Pagination'|t }}</h4> <nav class="pager" role="navigation" aria-label="{{ 'Pagination'|t }}"> <ul class="pager__items js-pager__items"> {% if items.previous %} <li class="pager__item pager__item--previous"> Loading core/themes/claro/templates/pager.html.twig +1 −2 Original line number Diff line number Diff line Loading @@ -35,8 +35,7 @@ */ #} {% if items %} <nav class="pager" role="navigation" aria-labelledby="{{ heading_id }}"> <h4 id="{{ heading_id }}" class="visually-hidden">{{ 'Pagination'|t }}</h4> <nav class="pager" role="navigation" aria-label="{{ 'Pagination'|t }}"> <ul class="pager__items js-pager__items"> {# Print first item if we are not on the first page. #} {% if items.first %} Loading core/themes/claro/templates/views/views-mini-pager.html.twig +1 −2 Original line number Diff line number Diff line Loading @@ -18,8 +18,7 @@ ] %} {% if items.previous or items.next %} <nav{{ attributes.addClass('pager').setAttribute('role', 'navigation').setAttribute('aria-labelledby', heading_id) }}> <h4{{ title_attributes.addClass('visually-hidden').setAttribute('id', heading_id) }}>{{ 'Pagination'|t }}</h4> <nav class="pager" role="navigation" aria-label="{{ 'Pagination'|t }}"> <ul{{ content_attributes.addClass('pager__items', 'js-pager__items') }}> {% if items.previous %} {% apply spaceless %} Loading Loading
core/modules/system/templates/pager.html.twig +1 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,7 @@ */ #} {% if items %} <nav class="pager" role="navigation" aria-labelledby="{{ heading_id }}"> <h4 id="{{ heading_id }}" class="visually-hidden">{{ 'Pagination'|t }}</h4> <nav class="pager" role="navigation" aria-label="{{ 'Pagination'|t }}"> <ul class="pager__items js-pager__items"> {# Print first item if we are not on the first page. #} {% if items.first %} Loading
core/modules/views/templates/views-mini-pager.html.twig +1 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,7 @@ */ #} {% if items.previous or items.next %} <nav role="navigation" aria-labelledby="{{ heading_id }}"> <h4 id="{{ heading_id }}" class="visually-hidden">{{ 'Pagination'|t }}</h4> <nav class="pager" role="navigation" aria-label="{{ 'Pagination'|t }}"> <ul class="js-pager__items"> {% if items.previous %} <li> Loading
core/profiles/demo_umami/themes/umami/templates/classy/views/views-mini-pager.html.twig +1 −2 Original line number Diff line number Diff line Loading @@ -11,8 +11,7 @@ */ #} {% if items.previous or items.next %} <nav class="pager" role="navigation" aria-labelledby="{{ heading_id }}"> <h4 id="{{ heading_id }}" class="pager__heading visually-hidden">{{ 'Pagination'|t }}</h4> <nav class="pager" role="navigation" aria-label="{{ 'Pagination'|t }}"> <ul class="pager__items js-pager__items"> {% if items.previous %} <li class="pager__item pager__item--previous"> Loading
core/themes/claro/templates/pager.html.twig +1 −2 Original line number Diff line number Diff line Loading @@ -35,8 +35,7 @@ */ #} {% if items %} <nav class="pager" role="navigation" aria-labelledby="{{ heading_id }}"> <h4 id="{{ heading_id }}" class="visually-hidden">{{ 'Pagination'|t }}</h4> <nav class="pager" role="navigation" aria-label="{{ 'Pagination'|t }}"> <ul class="pager__items js-pager__items"> {# Print first item if we are not on the first page. #} {% if items.first %} Loading
core/themes/claro/templates/views/views-mini-pager.html.twig +1 −2 Original line number Diff line number Diff line Loading @@ -18,8 +18,7 @@ ] %} {% if items.previous or items.next %} <nav{{ attributes.addClass('pager').setAttribute('role', 'navigation').setAttribute('aria-labelledby', heading_id) }}> <h4{{ title_attributes.addClass('visually-hidden').setAttribute('id', heading_id) }}>{{ 'Pagination'|t }}</h4> <nav class="pager" role="navigation" aria-label="{{ 'Pagination'|t }}"> <ul{{ content_attributes.addClass('pager__items', 'js-pager__items') }}> {% if items.previous %} {% apply spaceless %} Loading