Same filename and directory in other branches
  1. 5.0.x templates/views-slideshow-controls-text-next.html.twig 1 comment
  2. 8.x-4.x templates/views-slideshow-controls-text-next.html.twig 1 comment

  {{ 'Next'|t }}

1 theme call to views-slideshow-controls-text-next.html.twig
template_preprocess_views_slideshow_controls_text in ./views_slideshow.theme.inc
The slideshow controls.

File

templates/views-slideshow-controls-text-next.html.twig

View source
  1. <span id="views_slideshow_controls_text_next_{{ vss_id }}" {{ attributes.addClass(classes) }}>
  2. <a href="#">{{ 'Next'|t }}</a>
  3. </span>