bootstrap_storybook-8.x-2.0/src/components/system-menu/local-action.twig
src/components/system-menu/local-action.twig
{#
/**
* @file
* Theme override for a single local action link.
*
* Available variables:
* - attributes: HTML attributes for the wrapper element.
* - link: A rendered link element.
*
* @see template_preprocess_menu_local_action()
*/
#}
<div class="mb-4">
{{ link }}
</div>
