You are here

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.twig
View source
  1. {% extends "block--bare.html.twig" %}
  2. {#
  3. /**
  4. * @file
  5. * Theme override for local actions (primary admin actions.)
  6. *
  7. * @ingroup templates
  8. */
  9. #}
  10. {% block content %}
  11. {% if content %}
  12. <ul class="list-inline local-actions">{{ content }}</ul>
  13. {% endif %}
  14. {% endblock %}