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
a881d8f9
Commit
a881d8f9
authored
May 19, 2022
by
Dorine Lambinet
Browse files
Options
Downloads
Patches
Plain Diff
Met en forme la variable revenus du capital
parent
c55fd2b4
No related branches found
No related tags found
1 merge request
!87
Resolve "Faire apparaître les revenus du capital et de rente et RSA dans les étiquettes cas types"
Pipeline
#3894
passed
May 19, 2022
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib/components/test_cases/TestCaseSummary.svelte
+7
-3
7 additions, 3 deletions
src/lib/components/test_cases/TestCaseSummary.svelte
with
7 additions
and
3 deletions
src/lib/components/test_cases/TestCaseSummary.svelte
+
7
−
3
View file @
a881d8f9
...
...
@@ -598,9 +598,13 @@
rente_viagere_titre_onereux_net
}
<div
class=
"my-2"
>
{
#if
revenus_nets_du_capital
!==
0
}
<span
class=
"my-1 rounded-2xl bg-blue-200 py-1 px-2 text-xs text-gray-800 shadow-sm"
>
Revenus du capital
</span
<span
class=
"text-lg text-gray-800"
>
{
euroAmountFormatter
.
format
(
revenus_nets_du_capital
)
}
</span
>
<abbr
class=
"text-xs"
title=
"Revenus du capital, hors rentes viagières, par an"
>
de revenus du capital/an
</abbr
>
{
/if
}
</div>
...
...
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