mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
improve title hierarchy coherence
This commit is contained in:
parent
c1f5f02c41
commit
fe3d437096
@ -45,7 +45,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if pastCharges|length > 0 or pastResources|length > 0 %}
|
{% if pastCharges|length > 0 or pastResources|length > 0 %}
|
||||||
<h3 class="subtitle">{{ 'Past budget'|trans }}</h3>a
|
<h3 class="subtitle">{{ 'Past budget'|trans }}</h3>
|
||||||
{% include '@ChillBudget/Budget/_past_budget.html.twig' with {
|
{% include '@ChillBudget/Budget/_past_budget.html.twig' with {
|
||||||
'pastCharges': pastCharges,
|
'pastCharges': pastCharges,
|
||||||
'pastResources': pastResources,
|
'pastResources': pastResources,
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
{% from '@ChillBudget/Budget/_macros.html.twig' import table_elements, table_results %}
|
{% from '@ChillBudget/Budget/_macros.html.twig' import table_elements, table_results %}
|
||||||
|
|
||||||
{# <h2 class="subtitle">{{ 'Actual budget'|trans }}</h2> #}
|
{#
|
||||||
|
<h2 class="subtitle">{{ 'Actual budget'|trans }}</h2>
|
||||||
|
#}
|
||||||
|
|
||||||
<div class="mb-2">
|
<div class="mb-2">
|
||||||
<h4 class="family-title">{{ 'Actual resources'|trans }}</h4>
|
<h4 class="family-title">{{ 'Actual resources'|trans }}</h4>
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#}
|
#}
|
||||||
|
|
||||||
{% if household.getCurrentMembers|length > 0 %}
|
{% if household.getCurrentMembers|length > 0 %}
|
||||||
<h2 class="subtitle">{{ 'Current budget household members'|trans }}</h2>
|
<h1 class="mt-5 mb-4">{{ 'Budget household members'|trans }}</h1>
|
||||||
|
|
||||||
{% for hm in household.getCurrentMembers %}
|
{% for hm in household.getCurrentMembers %}
|
||||||
{% set member = hm.person %}
|
{% set member = hm.person %}
|
||||||
|
@ -3,7 +3,7 @@ Resource: Ressource
|
|||||||
Charge: Charge
|
Charge: Charge
|
||||||
Budget for %name%: Budget de %name%
|
Budget for %name%: Budget de %name%
|
||||||
Budget for household %household%: Budget du ménage
|
Budget for household %household%: Budget du ménage
|
||||||
Current budget household members: Budget actuel des membres du ménage
|
Budget household members: Budget des membres du ménage
|
||||||
Show budget of %name%: Montrer budget de %name%
|
Show budget of %name%: Montrer budget de %name%
|
||||||
See complete budget: Voir budget complet
|
See complete budget: Voir budget complet
|
||||||
Hide budget: Masquer
|
Hide budget: Masquer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user