block--local-actions-block.html.twig in Express 8
Theme override for local actions (primary admin actions.)
File
themes/contrib/bootstrap/templates/block/block--local-actions-block.html.twigView source
- {% extends "block--bare.html.twig" %}
- {#
- /**
- * @file
- * Theme override for local actions (primary admin actions.)
- *
- * @ingroup templates
- */
- #}
- {% block content %}
- {% if content %}
- <ul class="list-inline local-actions">{{ content }}</ul>
- {% endif %}
- {% endblock %}