Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
ui_suite_dsfr
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
project
ui_suite_dsfr
Merge requests
!118
Issue
#3480830
by spryah, pdureau: Display local tasks as a button group
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3480830
by spryah, pdureau: Display local tasks as a button group
issue/ui_suite_dsfr-3480830:3480830-1.0.3display-local-tasks
into
1.0.x
Overview
0
Commits
1
Pipelines
1
Changes
2
Open
Pierre Dureau
requested to merge
issue/ui_suite_dsfr-3480830:3480830-1.0.3display-local-tasks
into
1.0.x
5 months ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
Closes
#3480830
0
0
Merge request reports
Compare
1.0.x
1.0.x (HEAD)
and
latest version
latest version
a2566977
1 commit,
5 months ago
2 files
+
9
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
templates/overrides/system/menu-local-task.html.twig
+
3
−
3
Options
@@ -16,12 +16,12 @@
* @ingroup themeable
*/
#}
{%
set
variant
=
is_active
?
'
selected'
:
'
'
%}
{%
set
variant
=
is_active
?
'
'
:
'tertiary
'
%}
{%
if
is_active
%}
{%
set
attributes
=
attributes.setAttribute
(
'aria-current'
,
'page'
)
%}
{%
endif
%}
{{
pattern
(
'
tab
'
,
{
{{
pattern
(
'
button
'
,
{
attributes
:
attributes
,
title
:
link
[
'#title'
],
label
:
link
[
'#title'
],
url
:
link
[
'#url'
]
.
toString
(),
}
,
variant
)
}}
Loading