Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
leximpact-socio-fiscal-ui
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Commits
0c51f1b5
Commit
0c51f1b5
authored
2 years ago
by
Dorine Lambinet
Browse files
Options
Downloads
Patches
Plain Diff
Modifie formulation
parent
f5f67931
No related branches found
No related tags found
1 merge request
!99
UI modale des articles de loi
Pipeline
#5717
passed
2 years ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib/components/legifrance/ArticleView.svelte
+2
-2
2 additions, 2 deletions
src/lib/components/legifrance/ArticleView.svelte
with
2 additions
and
2 deletions
src/lib/components/legifrance/ArticleView.svelte
+
2
−
2
View file @
0c51f1b5
...
@@ -64,8 +64,8 @@
...
@@ -64,8 +64,8 @@
{
#if
metaArticle
.
DATE_FIN
===
"
2999-01-01
"
}
{
#if
metaArticle
.
DATE_FIN
===
"
2999-01-01
"
}
Article en vigueur depuis le
{
dateFormatter
.
format
(
Article en vigueur depuis le
{
dateFormatter
.
format
(
new
Date
(
metaArticle
.
DATE_DEBUT
),
new
Date
(
metaArticle
.
DATE_DEBUT
),
)
}{
:
else
}
Article tel qu'en vigueur
lors de la dernière modification du
)
}{
:
else
}
Article tel qu'en vigueur
au dernier changement du paramètre,
paramètre,
du
{
dateFormatter
.
format
(
new
Date
(
metaArticle
.
DATE_DEBUT
))
}
du
{
dateFormatter
.
format
(
new
Date
(
metaArticle
.
DATE_DEBUT
))
}
au
au
{
dateFormatter
.
format
(
new
Date
(
metaArticle
.
DATE_FIN
))
}
.
<br
/>
{
dateFormatter
.
format
(
new
Date
(
metaArticle
.
DATE_FIN
))
}
.
<br
/>
<a
class=
"link"
href=
"TODO"
>
Voir la version actualisée.
</a>
{
/if
}
<a
class=
"link"
href=
"TODO"
>
Voir la version actualisée.
</a>
{
/if
}
...
...
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