2015-11-11 12:04:58 +00:00
|
|
|
{% extends "block.html.twig" %}
|
Issue #507488 by lauriii, mdrummond, Wim Leers, Manuel Garcia, pwolanin, davidhernandez, chx, jibran, andypost, dawehner, Xano, tuutti, Gábor Hojtsy, LewisNyman, maximiliam, eiriksm, borisson_, bill richardson, Fabianx, joelpittet, Jeff Burnz, xjm, webchick, Bojhan, EclipseGc, emma.maria, tim.plunkett: Convert page elements (local tasks, actions) into blocks
2015-09-01 11:24:09 +00:00
|
|
|
{#
|
|
|
|
/**
|
|
|
|
* @file
|
|
|
|
* Theme override for local actions (primary admin actions.)
|
|
|
|
*/
|
|
|
|
#}
|
|
|
|
{% block content %}
|
|
|
|
{% if content %}
|
|
|
|
<nav>{{ content }}</nav>
|
|
|
|
{% endif %}
|
|
|
|
{% endblock %}
|