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
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Commits
de230889
Commit
de230889
authored
4 years ago
by
Hugo SUBTIL
Browse files
Options
Downloads
Patches
Plain Diff
fix: wording for form / profile and outdated page
parent
70319710
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!85
Recette
,
!84
Dev
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
nginx/outdated.html
+3
-3
3 additions, 3 deletions
nginx/outdated.html
src/app/form/form.component.html
+10
-4
10 additions, 4 deletions
src/app/form/form.component.html
src/app/profile/profile.component.html
+1
-1
1 addition, 1 deletion
src/app/profile/profile.component.html
with
14 additions
and
8 deletions
nginx/outdated.html
+
3
−
3
View file @
de230889
...
...
@@ -2,14 +2,14 @@
<html
lang=
"fr"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
/>
<title>
RES
IN
: Navigateur incompatible
</title>
<title>
RES
'in
: Navigateur incompatible
</title>
</head>
<body>
<div>
<h1>
Navigateur
incompatibl
e
</h1>
<h1>
Navigateur
obsolèt
e
</h1>
<p>
Votre navigateur ne vous permet pas d'accéder à RES
IN
dans de bonnes conditions. Merci d'utiliser
Votre navigateur ne vous permet pas d'accéder à RES
'in
dans de bonnes conditions. Merci d'utiliser
<a
href=
"https://www.mozilla.org/fr/firefox/new/"
>
Firefox
</a>
,
<a
href=
"https://www.google.com/intl/fr/chrome/"
>
Chrome
</a>
, ou la dernière version d'
<a
href=
"https://www.microsoft.com/fr-fr/edge"
...
...
This diff is collapsed.
Click to expand it.
src/app/form/form.component.html
+
10
−
4
View file @
de230889
...
...
@@ -48,7 +48,7 @@
<p>
Une fois réalisé cela vous permettra d'être référencé sur la platefome
</p>
</div>
<div
class=
"btnStart"
>
<button
class=
"btn-primary start"
(click)=
"nextPage()"
>
C'est
P
arti
</button>
<button
class=
"btn-primary start"
(click)=
"nextPage()"
>
C'est
p
arti
</button>
</div>
</div>
<div
...
...
@@ -65,7 +65,7 @@
<p>
Une fois réalisé cela vous permettra de devenir propriétaire de cette structure
</p>
</div>
<div
class=
"btnStart"
>
<button
class=
"btn-primary start"
(click)=
"nextPage()"
>
C'est
P
arti
</button>
<button
class=
"btn-primary start"
(click)=
"nextPage()"
>
C'est
p
arti
</button>
</div>
</div>
<div
...
...
@@ -994,7 +994,13 @@
démarches en ligne dans la Métropole de Lyon
</p>
</div>
<div
*ngIf=
"currentPage == nbPagesForm && !profile"
class=
"page"
fxLayout=
"column"
fxLayoutGap=
"69px"
>
<div
*ngIf=
"currentPage == nbPagesForm && !profile"
class=
"page"
fxLayout=
"column"
fxLayoutAlign=
"center center"
fxLayoutGap=
"69px"
>
<svg
aria-hidden=
"true"
>
<use
[attr.xlink:href]=
"'assets/form/sprite.svg#emailVerification'"
></use>
</svg>
...
...
@@ -1008,7 +1014,7 @@
</h3>
</div>
<div
class=
"structureInfoBlock"
fxLayout=
"row"
fxLayoutAlign=
"
center"
>
<div
class=
"structureInfoBlock"
fxLayout=
"row"
fxLayoutAlign=
"center"
>
<div
class=
"structureInfoContent"
fxLayout=
"column"
>
{{ getStructureControl('structureName').value }}
<span>
{{ getStructureControl('structureType').value }}
</span>
...
...
This diff is collapsed.
Click to expand it.
src/app/profile/profile.component.html
+
1
−
1
View file @
de230889
...
...
@@ -6,7 +6,7 @@
</svg>
<div
class=
"profileInformation"
fxLayoutGap=
"18px"
fxLayout=
"column"
>
<div
fxLayout=
"row"
fxLayoutAlign=
"space-between center"
>
<p
class=
"profileName"
>
{{ userProfile.
sur
name | titlecase }} {{ userProfile.name | titlecase }}
</p>
<p
class=
"profileName"
>
{{ userProfile.name | titlecase }} {{ userProfile.
sur
name | titlecase }}
</p>
<button
class=
"btn-primary"
(click)=
"logout()"
>
Déconnexion
</button>
</div>
<div
class=
"profileEmail"
fxLayout=
"column"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment