Skip to main content
Sign in
Snippets Groups Projects
Commit ffe6146e authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

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!1Test de changement des jours en mois dans la bulle qui accompagne le graphe des délais
...@@ -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>
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment