Move tabs (edit, delete, etc) *above* node title
This commit is contained in:
parent
0ef28d003d
commit
6ea2ed7778
1 changed files with 10 additions and 10 deletions
|
@ -59,6 +59,16 @@
|
|||
</div>
|
||||
{{ page.highlighted }}
|
||||
{{ page.help }}
|
||||
{% block tabs %}
|
||||
{# Drupal tabs #}
|
||||
{% if page.header_tabs %}
|
||||
<div class="hero-footer">
|
||||
<div class="container">
|
||||
{{ page.header_tabs }}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock tabs %}
|
||||
{% if not is_front %}
|
||||
<section class="page-title">
|
||||
{% block header_and_search %}
|
||||
|
@ -73,16 +83,6 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
{% endblock header_and_search %}
|
||||
{% block tabs %}
|
||||
{# Drupal tabs #}
|
||||
{% if page.header_tabs %}
|
||||
<div class="hero-footer">
|
||||
<div class="container">
|
||||
{{ page.header_tabs }}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock tabs %}
|
||||
</section>
|
||||
{% endif %}
|
||||
{% endblock header %}
|
||||
|
|
Loading…
Add table
Reference in a new issue