Essentiellement modifs CSS
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
</li>
|
||||
<li>{{this.prix}} €</li>
|
||||
<li>{{#if this.acheteur}}{{this.acheteur}}
|
||||
{{else}}<a href="/choix-offrant?cadeau={{this.id}}" class="btn btn-primary">Le réserver</a>{{/if}}
|
||||
{{else}}<a href="/choix-offrant?cadeau={{this.id}}" class="btn">Le réserver</a>{{/if}}
|
||||
</li>
|
||||
<li>
|
||||
<div class="form-check form-switch">
|
||||
@@ -52,10 +52,14 @@
|
||||
</div>
|
||||
<li>{{#if this.pourNoel}}Noël{{else}}Anniversaire{{/if}}</li>
|
||||
<li>
|
||||
{{#if this.emballe}}
|
||||
<label class="form-check-label">Déja emballé</label>
|
||||
{{#if this.achete}}
|
||||
{{#if this.emballe}}
|
||||
<label class="form-check-label">Emballé</label>
|
||||
{{else}}
|
||||
<label class="form-check-label"><b>A emballer</b></label>
|
||||
{{/if}}
|
||||
{{else}}
|
||||
<label class="form-check-label">A emballer</label>
|
||||
|
||||
{{/if}}
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user