Issue#3495024: Make top-bar--gin.html.twig compatible with new navigation topbar regions.
1 unresolved thread
Resolves #3495024
Merge request reports
Activity
25 {% if gin_form_actions %} 26 <span>{# empty spacer #}</span> 27 {{ gin_form_actions }} 28 {% endif %} 24 <div class="top-bar__tools"> 25 {{- tools -}} 26 </div> 27 <div class="top-bar__context"> 28 {{- context -}} 29 </div> 30 <div class="top-bar__actions"> 31 {{- actions -}} 32 {% if gin_form_actions %} 33 <span>{# empty spacer #}</span> 34 {{ gin_form_actions }} 35 {% endif %}
Please register or sign in to reply