Sync
This commit is contained in:
		| @@ -285,7 +285,7 @@ | ||||
|             <div> | ||||
|             {{#each data.blessures.graves.liste as |bless key|}} | ||||
|             <li class="item flexrow" data-attribute={{key}}> | ||||
|               <span> <input type="checkbox" class='item-checkbox'/> Premiers soins : {{bless.premiers_soins}} - Soins complets : {{bless.soins_complets}} - Nombre de jours : {{bless.jours}} - Localisation : {{bless.localisation}}</span> | ||||
|               <span> <input type="checkbox" class='item-checkbox' {{#if bless.active}}checked{{/if}}/> Premiers soins : {{bless.premiers_soins}} - Soins complets : {{bless.soins_complets}} - Nombre de jours : {{bless.jours}} - Localisation : {{bless.localisation}}</span> | ||||
|             </li> | ||||
|             {{/each}} | ||||
|           </div> | ||||
| @@ -293,7 +293,7 @@ | ||||
|             <div> | ||||
|             {{#each data.blessures.critiques.liste as |bless key|}} | ||||
|             <li class="item flexrow" data-attribute={{key}}> | ||||
|               <span> <input type="checkbox" class='item-checkbox'/> Premiers soins : {{bless.premiers_soins}} - Soins complets : {{bless.soins_complets}} - Nombre de jours : {{bless.jours}} - Localisation : {{bless.localisation}}</span> | ||||
|               <span> <input type="checkbox" class='item-checkbox' {{#if bless.active}}checked{{/if}}/> Premiers soins : {{bless.premiers_soins}} - Soins complets : {{bless.soins_complets}} - Nombre de jours : {{bless.jours}} - Localisation : {{bless.localisation}}</span> | ||||
|             </li> | ||||
|             {{/each}} | ||||
|           </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user