diff --git a/core/themes/classy/templates/block/block--system-local-tasks-block.html.twig b/core/themes/classy/templates/block/block--system-local-tasks-block.html.twig new file mode 100644 index 0000000..a191c60 --- /dev/null +++ b/core/themes/classy/templates/block/block--system-local-tasks-block.html.twig @@ -0,0 +1,14 @@ +{% extends "@block/block.html.twig" %} +{# +/** + * @file + * Theme override for tabs. + */ +#} +{% block content %} + {% if content %} + + {% endif %} +{% endblock %} diff --git a/core/themes/classy/templates/block/block--system-tabs-block.html.twig b/core/themes/classy/templates/block/block--system-tabs-block.html.twig deleted file mode 100644 index a191c60..0000000 --- a/core/themes/classy/templates/block/block--system-tabs-block.html.twig +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "@block/block.html.twig" %} -{# -/** - * @file - * Theme override for tabs. - */ -#} -{% block content %} - {% if content %} - - {% endif %} -{% endblock %}