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
!136
Feat/add women public
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feat/add women public
feat/add-women-public
into
dev
Overview
1
Commits
3
Pipelines
0
Changes
2
1 unresolved thread
Hide all comments
Merged
Antonin COQUET
requested to merge
feat/add-women-public
into
dev
3 years ago
Overview
1
Commits
3
Pipelines
0
Changes
2
1 unresolved thread
Hide all comments
Expand
To test with backend branch (same name)
0
0
Merge request reports
Compare
dev
version 1
3504248e
3 years ago
dev (base)
and
latest version
latest version
9baacf23
3 commits,
3 years ago
version 1
3504248e
2 commits,
3 years ago
2 files
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/app/structure-list/components/structure-details/structure-details.component.ts
+
2
−
0
Options
@@ -237,6 +237,8 @@ export class StructureDetailsComponent implements OnInit {
return
'
Tout public
'
;
case
PublicCategorie
.
under16Years
:
return
'
Moins de 16 ans
'
;
case
PublicCategorie
.
women
:
return
'
Uniquement femmes
'
;
default
:
return
null
;
}
Loading