Skip to main content
Homepage
Explore
Search or go to…
/
Register
Sign in
Explore
Primary navigation
Project
É
Échéancier
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
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Baromètre de suivi application des lois
Échéancier
Commits
ffe6146e
Commit
ffe6146e
authored
May 4, 2023
by
Dorine Lambinet
Browse files
Options
Downloads
Patches
Plain Diff
Test de changement des jours en mois dans la bulle qui accompagne le graphe des délais
parent
5536dbfd
No related branches found
No related tags found
1 merge request
!1
Test de changement des jours en mois dans la bulle qui accompagne le graphe des délais
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/routes/statistiques/+page.svelte
+17
-9
17 additions, 9 deletions
src/routes/statistiques/+page.svelte
with
17 additions
and
9 deletions
src/routes/statistiques/+page.svelte
+
17
−
9
View file @
ffe6146e
...
@@ -871,6 +871,7 @@
...
@@ -871,6 +871,7 @@
des décrets d'application
des décrets d'application
<br
/>
<br
/>
sont publiés
sont publiés
{
#if
index < 60
}
<span
<span
class=
"rounded-sm border border-[#bab65b] bg-[#f1efc4] px-1"
class=
"rounded-sm border border-[#bab65b] bg-[#f1efc4] px-1"
>
en moins de
<strong
>
en moins de
<strong
...
@@ -879,7 +880,14 @@
...
@@ -879,7 +880,14 @@
? "jour"
? "jour"
: "jours"
}
</strong
: "jours"
}
</strong
></span
></span
>
.
>
{
:else
}
<span
class=
"rounded-sm border border-[#bab65b] bg-[#f1efc4] px-1"
>
en moins de
<strong
>
{
Math.round(formatCount(index) / 30)
}
mois
</strong></span
>
{
/if
}
.
</p>
</p>
</div>
</div>
</SharedTooltip>
</SharedTooltip>
...
...
...
...
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