block--local-tasks-block.html.twig in Drupal 8
Same filename in this branch
- 8 core/themes/classy/templates/block/block--local-tasks-block.html.twig
- 8 core/themes/claro/templates/block/block--local-tasks-block.html.twig
- 8 core/themes/seven/templates/classy/block/block--local-tasks-block.html.twig
- 8 core/themes/bartik/templates/classy/block/block--local-tasks-block.html.twig
- 8 core/profiles/demo_umami/themes/umami/templates/classy/block/block--local-tasks-block.html.twig
Same filename and directory in other branches
Theme override for tabs.
File
core/profiles/demo_umami/themes/umami/templates/classy/block/block--local-tasks-block.html.twigView source
- {% extends "block.html.twig" %}
- {#
- /**
- * @file
- * Theme override for tabs.
- */
- #}
- {% block content %}
- {% if content %}
- <nav class="tabs" role="navigation" aria-label="{{ 'Tabs'|t }}">
- {{ content }}
- </nav>
- {% endif %}
- {% endblock %}