Ajout de l'occasion (Noël ou anniv)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<body>
|
||||
<div class="container mt-4">
|
||||
<div class="mt-4 p-5 bg-danger text-white rounded">
|
||||
<h1>Liste des cadeaux de Noël pour Louisa</h1>
|
||||
<h1>Liste des cadeaux pour Louisa</h1>
|
||||
<p>{{ message }}</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -27,6 +27,7 @@
|
||||
<li>Qui va l'offrir ?</li>
|
||||
<li> </li>
|
||||
<li>Qui l'achète ?</li>
|
||||
<li>Noël ou son anniv' ?</li>
|
||||
</ul>
|
||||
{{#each cadeaux}}
|
||||
<ul>
|
||||
@@ -60,7 +61,8 @@
|
||||
<label class="form-check-label" for="flexPayeDisabled-{{this.id}}">A payer</label>
|
||||
{{/if}}
|
||||
</div>
|
||||
<li>{{#if this.responsable_achat}}{{this.responsable_achat}}{{/if}}</li>
|
||||
<li>{{#if this.responsable_achat}}{{this.responsableAchat}}{{/if}}</li>
|
||||
<li>{{#if this.pourNoel}}Noël{{else}}Anniversaire{{/if}}</li>
|
||||
</ul>
|
||||
{{/each}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user