route_ui-1.0.0-alpha2/templates/route-ui-custom-action-links.html.twig
templates/route-ui-custom-action-links.html.twig
{#
/**
* @file
* Default theme implementation to display custom actions links.
*
* Available variables:
* - links: A list of menu_action_links
*
* @see core/modules/system/templates/menu-local-action.html.twig
*
* @ingroup themeable
*/
#}
{% if links is not empty %}
<ul class="action-links">
{{ links }}
</ul>
{% endif %}
