Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
web-et-numerique
Factory
Resin
Client
Merge requests
!817
fix(accessibility): Added landmark roles and accessible carto
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix(accessibility): Added landmark roles and accessible carto
change/ibm-accessibility
into
dev
Overview
12
Commits
13
Pipelines
0
Changes
19
Merged
Pierre Ecarlat
requested to merge
change/ibm-accessibility
into
dev
11 months ago
Overview
10
Commits
13
Pipelines
0
Changes
19
Expand
Related to
[Accessibilité] - Lighthouse + IBM scans (#547 - closed)
0
0
Merge request reports
Compare
dev
version 7
7c0ffb42
11 months ago
version 6
ceb8590e
11 months ago
version 5
15ff21a4
11 months ago
version 4
0567c739
11 months ago
version 3
fa4b237a
11 months ago
version 2
45c322d2
11 months ago
version 1
aa48a5a6
11 months ago
dev (base)
and
latest version
latest version
cec3be00
13 commits,
11 months ago
version 7
7c0ffb42
11 commits,
11 months ago
version 6
ceb8590e
10 commits,
11 months ago
version 5
15ff21a4
9 commits,
11 months ago
version 4
0567c739
8 commits,
11 months ago
version 3
fa4b237a
7 commits,
11 months ago
version 2
45c322d2
6 commits,
11 months ago
version 1
aa48a5a6
2 commits,
11 months ago
19 files
+
104
−
74
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
19
Search (e.g. *.vue) (Ctrl+P)
src/app/admin/components/nav-bar/nav-bar.component.html
+
2
−
2
Options
<header>
<
div
class=
"
header
"
>
<h1>
Administration
</h1>
<nav>
<app-button
@@ -34,4 +34,4 @@
/>
<app-button
[variant]=
"'tertiary'"
[label]=
"'Ghost'"
(action)=
"openGhost()"
/>
</nav>
</
header
>
</
div
>
Loading