Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dashboard
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
dashboard
Merge requests
!55
Make twig label translatable
代码
评审变更
检出分支
下载
补丁
文本差异
Merged
Make twig label translatable
issue/dashboard-3508642:3508642-make-toolbar-button
into
2.x
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Juhani Väätäjä
requested to merge
issue/dashboard-3508642:3508642-make-toolbar-button
into
2.x
3 months ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Closes
#3508642
0
0
Merge request reports
Compare
2.x
version 1
7f0568cc
3 months ago
2.x (base)
and
latest version
latest version
7f0568cc
1 commit,
3 months ago
version 1
7f0568cc
1 commit,
3 months ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
templates/menu-region--dashboard.html.twig
+
2
−
2
Options
<h4
id=
"menu--dashboard"
class=
"toolbar-block__title visually-hidden focusable"
></h4>
<ul
class=
"toolbar-block__list"
aria-labelledby=
"menu--dashboard"
>
<li
id=
"navigation-link--dashboard"
class=
"toolbar-block__list-item"
>
<a
href=
"
{{
url
}}
"
data-drupal-tooltip=
"
{{
title
}}
"
data-drupal-tooltip-class=
"admin-toolbar__tooltip"
class=
"toolbar-button toolbar-button--icon--navigation-dashboard toolbar-button--collapsible toolbar-link--dashboard"
>
<span
class=
"toolbar-button__label"
data-text
>
{{
title
}}
</span>
<a
href=
"
{{
url
}}
"
data-drupal-tooltip=
"
{{
title
|
t
}}
"
data-drupal-tooltip-class=
"admin-toolbar__tooltip"
class=
"toolbar-button toolbar-button--icon--navigation-dashboard toolbar-button--collapsible toolbar-link--dashboard"
>
<span
class=
"toolbar-button__label"
data-text
>
{{
title
|
t
}}
</span>
</a>
</li>
</ul>
Loading