Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gin-3486743
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
gin-3486743
Commits
e55253f0
Commit
e55253f0
authored
1 year ago
by
Sascha Eggenberger
Browse files
Options
Downloads
Patches
Plain Diff
Small toolbar templates correction
parent
5999a202
No related branches found
Tags
4.7.x-1.6-beta5
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/navigation/menu--toolbar--gin.html.twig
+2
-2
2 additions, 2 deletions
templates/navigation/menu--toolbar--gin.html.twig
with
2 additions
and
2 deletions
templates/navigation/menu--toolbar--gin.html.twig
+
2
−
2
View file @
e55253f0
...
...
@@ -75,7 +75,7 @@
</li>
{%
if
toolbar_variant
==
'vertical'
%}
<li
class=
"menu-item"
>
{{
link
(
'Overview'
|
t
,
parent.url
,
{
'class'
:
[
item.in_active_trail
?
'is-active'
]
}
)
}}
<a
href=
"
{{
parent.url
}}
"
class=
"toolbar-icon"
>
{{
'Overview'
|
t
}}
</a>
</li>
{%
endif
%}
{%
elseif
menu_level
>
1
and
loop.index
==
1
%}
...
...
@@ -86,7 +86,7 @@
</li>
{%
if
toolbar_variant
==
'vertical'
%}
<li
class=
"menu-item"
>
{{
link
(
'Overview'
|
t
,
parent.url
,
{
'class'
:
[
item.in_active_trail
?
'is-active'
]
}
)
}}
<a
href=
"
{{
parent.url
}}
"
class=
"toolbar-icon"
>
{{
'Overview'
|
t
}}
</a>
</li>
{%
endif
%}
{%
endif
%}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment