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
!977
v3.4.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
v3.4.1
dev
into
master
Overview
0
Commits
3
Pipelines
2
Changes
4
Merged
Etienne LOUPIAS
requested to merge
dev
into
master
3 weeks ago
Overview
0
Commits
3
Pipelines
2
Changes
4
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
0a294b8f
3 commits,
3 weeks ago
4 files
+
11
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Expand all files
Files
4
Search (e.g. *.vue) (Ctrl+P)
src/app/shared/components/appointment-choice/appointment-choice.component.html
+
1
−
6
Options
@@ -6,10 +6,5 @@
sur vos outils habituels, en fonction de vos disponibilités.
</p>
<app-switch
[label]=
"'Je propose la demande de rendez-vous'"
[disabled]=
"false"
[checked]=
"selectedRdvChoice"
(action)=
"onRdvChoiceChange($event)"
/>
<app-yes-no
[selected]=
"selectedRdvChoice"
(selectedEvent)=
"onRdvChoiceChange($event)"
/>
</div>
Loading