Skip to content
Snippets Groups Projects

Issue #2707689: NodeForm::actions() checks for delete access on new entities

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • eb2d361e
    Issue #3291317 by immaculatexavier, mherchel, Janner, longwave: Views Mini... · eb2d361e
    Lauri Timmanee authored
    Issue #3291317 by immaculatexavier, mherchel, Janner, longwave: Views Mini Pager's next button labeled "Previous" for screen readers in Olivero
@@ -38,7 +38,7 @@
{% apply spaceless %}
<li class="pager__item pager__item--control pager__item--next">
<a href="{{ items.next.href }}" class="pager__link" title="{{ 'Go to next page'|t }}" rel="next"{{ items.next.attributes|without('href', 'title', 'rel') }}>
<span class="visually-hidden">{{ 'Previous page'|t }}</span>
<span class="visually-hidden">{{ 'Next page'|t }}</span>
{% include "@olivero/../images/pager-previous.svg" %}
</a>
</li>
Loading