Skip to content
Snippets Groups Projects

Issue#3495024: Make top-bar--gin.html.twig compatible with new navigation topbar regions.

Closed Issue#3495024: Make top-bar--gin.html.twig compatible with new navigation topbar regions.
1 unresolved thread
Closed Amandeep Singh requested to merge issue/gin-3495024:8.x-3.x into 8.x-3.x
1 unresolved thread

Resolves #3495024

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
    Loading