drupal/core/modules/views/templates/views-more.html.twig

15 lines
325 B
Twig

{#
/**
* @file
* Default theme implementation for a views "more" link.
*
* Available variables:
* - view: The view object.
* - more_url: The URL for the views "more" link.
* - link_text: The text for the views "more" link.
*
* @ingroup themeable
*/
#}
<a href="{{ more_url }}" class="more-link">{{ link_text }}</a>